ServiceEndpointElement.BindingConfiguration Eigenschap

Definitie

Hiermee haalt u een tekenreeks op die de bindingsnaam bevat van de binding die moet worden gebruikt wanneer het eindpunt wordt geïnstantieerd.

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

Waarde van eigenschap

De bindingsnaam van de binding die moet worden gebruikt wanneer het eindpunt wordt geïnstantieerd. De standaardwaarde is een lege tekenreeks.

Kenmerken

Opmerkingen

De bindingsnaam moet binnen het bereik vallen wanneer het eindpunt is gedefinieerd.

Van toepassing op