ReturnMessage.MethodSignature Property

Definition

Gets an array of Type objects containing the method signature.

public:
 property System::Object ^ MethodSignature { System::Object ^ get(); };
public object MethodSignature { get; }
public object MethodSignature { [System.Security.SecurityCritical] get; }
member this.MethodSignature : obj
[<get: System.Security.SecurityCritical>]
member this.MethodSignature : obj
Public ReadOnly Property MethodSignature As Object

Property Value

An array of Type objects containing the method signature.

Implements

Attributes

Applies to