ReturnMessage.GetOutArgName(Int32) Method

Definition

Returns the name of a specified out or ref parameter passed to the remote method.

public:
 virtual System::String ^ GetOutArgName(int index);
public string GetOutArgName (int index);
[System.Security.SecurityCritical]
public string GetOutArgName (int index);
abstract member GetOutArgName : int -> string
override this.GetOutArgName : int -> string
[<System.Security.SecurityCritical>]
abstract member GetOutArgName : int -> string
override this.GetOutArgName : int -> string
Public Function GetOutArgName (index As Integer) As String

Parameters

index
Int32

The zero-based index of the requested argument.

Returns

A string representing the name of the specified out or ref parameter, or null if the current method is not implemented.

Implements

Attributes

Applies to