ServiceEndpointElement.IsSystemEndpoint Propiedad

Definición

Obtiene o establece un valor que indica si este punto de conexión de servicio es un punto de conexión de infraestructura.

public:
 property bool IsSystemEndpoint { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("isSystemEndpoint", DefaultValue=false)]
public bool IsSystemEndpoint { get; set; }
[<System.Configuration.ConfigurationProperty("isSystemEndpoint", DefaultValue=false)>]
member this.IsSystemEndpoint : bool with get, set
Public Property IsSystemEndpoint As Boolean

Valor de propiedad

true si este punto de conexión de servicio es un punto de conexión de infraestructura; de lo contrario, false.

Atributos

Se aplica a