ServiceEndpointElement.BindingNamespace 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,定義透過 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 匯出定義的繫結的命名空間限定名稱。 預設為空字串。
- 屬性