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 錯誤訊息的動作。

適用於