ProtocolImporter.MethodName Property

Definition

Gets the name of the binding class method which that the protocol importer is currently generating.

public:
 property System::String ^ MethodName { System::String ^ get(); };
public string MethodName { get; }
member this.MethodName : string
Public ReadOnly Property MethodName As String

Property Value

The name of the binding class method which that the protocol importer is currently generating.

Applies to