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

属性值

SOAP 错误消息的操作值。

注解

用于控制 SOAP 错误消息的操作。

适用于