Udostępnij za pośrednictwem


ServiceEndpointElement.BindingConfiguration Właściwość

Definicja

Pobiera lub ustawia ciąg, który zawiera nazwę powiązania powiązania, które ma być używane podczas tworzenia wystąpienia punktu końcowego.

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

Wartość właściwości

Nazwa powiązania do użycia podczas tworzenia wystąpienia punktu końcowego. Wartość domyślna to pusty ciąg.

Atrybuty

Uwagi

Nazwa powiązania musi być w zakresie, gdy punkt końcowy jest zdefiniowany.

Dotyczy