Partage via


ServiceEndpointElement.IsSystemEndpoint Propriété

Définition

Obtient ou définit une valeur qui indique si ce point de terminaison de service est un point de terminaison d'infrastructure.

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

Valeur de propriété

Boolean

true si ce point de terminaison de service est un point de terminaison d'infrastructure ; sinon, false.

Attributs

S’applique à