次の方法で共有


ServiceEndpointElement.BindingName プロパティ

定義

WSDL を介した定義エクスポートに使用するバインディングの修飾名を定義する文字列を取得または設定します。

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

プロパティ値

String

WSDL を介した定義エクスポートに使用するバインディングの修飾名。 既定値は空の文字列です。

属性

適用対象