ServiceEndpointElement.BindingNamespace 屬性

定義

取得或設定字串,定義透過 WSDL 匯出定義的繫結的命名空間限定名稱。

public:
 property System::String ^ BindingNamespace { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("bindingNamespace", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
[System.Configuration.StringValidator(MinLength=0)]
public string BindingNamespace { get; set; }
[<System.Configuration.ConfigurationProperty("bindingNamespace", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.BindingNamespace : string with get, set
Public Property BindingNamespace As String

屬性值

透過 WSDL 匯出定義的繫結的命名空間限定名稱。 預設為空字串。

屬性

適用於