共用方式為


SoapFaultBinding.Name 屬性

定義

取得或設定名稱屬性的值,這個名稱屬性會將 soap 錯誤與為指定作業定義的 wsdl 錯誤產生關聯。

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

屬性值

String

包含名稱屬性的 String 物件,這個名稱屬性會將 soap 錯誤與為作業定義的 wsdl 錯誤產生關聯。

適用於