ChannelEndpointElement.BehaviorConfiguration Propriedade

Definição

Obtém ou define o nome do comportamento a ser usado para instanciar o endpoint.

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

Valor de Propriedade

O nome do comportamento do comportamento a ser usado para instanciar o endpoint. O nome do comportamento deve estar dentro do âmbito no ponto em que o serviço é definido. O padrão é uma cadeia de caracteres vazia.

Atributos

Aplica-se a