ServiceEndpointElement.IsSystemEndpoint Vlastnost

Definice

Získává nebo nastavuje hodnotu, která indikuje, jestli je tento koncový bod služby koncovým bodem infrastruktury.

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

Hodnota vlastnosti

Boolean

true Pokud je tento koncový bod služby koncovým bodem infrastruktury; v opačném případě false .

Atributy

Platí pro