Freigeben über


ServiceEndpointElement.IsSystemEndpoint Eigenschaft

Definition

Ruft einen Wert ab bzw. legt einen Wert fest, der angibt, ob dieser Dienstendpunkt ein Infrastrukturendpunkt ist.

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

Eigenschaftswert

Boolean

true: dieser Dienstendpunkt ist ein Infrastrukturendpunkt; andernfalls false.

Attribute

Gilt für