Compartir a través de


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

Boolean

true si este extremo de servicio es un extremo de infraestructura; en caso contrario, false.

Atributos

Se aplica a