다음을 통해 공유


ClientOperation.ReplyAction 속성

정의

이 작업에 대한 회신 메시지 동작을 가져옵니다.

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

속성 값

String

회신 동작입니다.

설명

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

적용 대상