ChannelEndpointElement.BehaviorConfiguration Eigenschap

Definitie

Hiermee haalt u de gedragsnaam op van het gedrag dat moet worden gebruikt om het eindpunt te instantiëren.

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

Waarde van eigenschap

De gedragsnaam van het gedrag dat moet worden gebruikt om het eindpunt te instantiëren. De gedragsnaam moet binnen het bereik vallen op het moment dat de service is gedefinieerd. De standaardwaarde is een lege tekenreeks.

Kenmerken

Van toepassing op