Send.OperationName 속성

정의

호출될 서비스 작업의 이름을 가져오거나 설정합니다.

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

속성 값

서비스 작업의 이름입니다.

설명

Action 속성이 설정되어 있지 않으면 Action 속성의 기본값을 구성하기 위해 작업 이름이 사용됩니다. 이 속성은 반드시 지정해야 합니다. 설정하지 않으면 오류가 throw됩니다.

적용 대상