Return the name of a specific out argument.
[Visual Basic] Overridable Public Function GetOutArgName( _ ByVal index As Integer _ ) As String [C#] public virtual string GetOutArgName( int index ); [C++] public: virtual String* GetOutArgName( int index ); [JScript] public function GetOutArgName( index : int ) : String;
Return the name of a specific out argument. A string representing the name of the out argument specified or null if this method is not implemented. IMessage Dictionary property key "__OutArgs" via array object.
MethodResponse Class | MethodResponse Members | System.Runtime.Remoting Namespace