다음을 통해 공유


FaultContractAttribute.Action 속성

정의

작업 계약의 일부로 지정된 SOAP 오류 메시지의 동작을 가져오거나 설정합니다.

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

속성 값

String

SOAP 오류 메시지의 동작 값입니다.

설명

SOAP 오류 메시지의 동작을 제어하는 데 사용합니다.

적용 대상