ISoapMessage.MethodName Property

Definition

Gets or sets the name of the called method.

public:
 property System::String ^ MethodName { System::String ^ get(); void set(System::String ^ value); };
public string MethodName { get; set; }
member this.MethodName : string with get, set
Public Property MethodName As String

Property Value

The name of the called method.

Applies to