ServiceEndpointElement.IsSystemEndpoint Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, 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

truewenn dieser Dienstendpunkt ein Infrastrukturendpunkt ist; andernfalls . false

Attribute

Gilt für: