FaultDescription.Action 属性

定义

SOAP 错误消息中的操作的值。

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

属性值

SOAP 错误的操作。

注解

使用 Action 属性可获取或设置错误消息的操作。

适用于