Este tema aún no ha recibido ninguna valoración - Valorar este tema

ChannelEndpointElement.BehaviorConfiguration (Propiedad)

Actualización: noviembre 2007

Obtiene o establece el nombre de comportamiento del comportamiento que se va a usar para crear instancias del extremo.

Espacio de nombres:  System.ServiceModel.Configuration
Ensamblado:  System.ServiceModel (en System.ServiceModel.dll)
[StringValidatorAttribute(MinLength = )]
[ConfigurationPropertyAttribute("behaviorConfiguration", DefaultValue = "")]
public string BehaviorConfiguration { get; set; }
/** @property */
/** @attribute StringValidatorAttribute(MinLength = ) */
/** @attribute ConfigurationPropertyAttribute("behaviorConfiguration", DefaultValue = "") */
public String get_BehaviorConfiguration()
/** @property */
/** @attribute StringValidatorAttribute(MinLength = ) */
/** @attribute ConfigurationPropertyAttribute("behaviorConfiguration", DefaultValue = "") */
public  void set_BehaviorConfiguration(String value)

public function get BehaviorConfiguration () : String
public function set BehaviorConfiguration (value : String)

Valor de propiedad

Tipo: System.String
El nombre de comportamiento del comportamiento que se va a usar para crear una instancia del extremo. El nombre de comportamiento debe estar en el ámbito en el punto definido del servicio. El predeterminado es una cadena vacía.

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework y .NET Compact Framework no admiten todas las versiones de cada plataforma. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.

.NET Framework

Compatible con: 3.5, 3.0
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.