ClientOperation.Action 속성

정의

작업의 동작을 가져옵니다.

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

속성 값

String

작업의 동작입니다.

설명

기본적으로 이 값은 .의 OperationContractAttribute.Action값에 해당합니다.

적용 대상