ISoapMessage.MethodName 속성

정의

호출된 메서드의 이름을 가져오거나 설정합니다.

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

속성 값

호출된 메서드의 이름입니다.

적용 대상