ServiceEndpointElement::IsSystemEndpoint Property
.NET Framework (current version)
Gets or sets a value that indicates whether this service endpoint is an infrastructure endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("isSystemEndpoint", DefaultValue = false)] property bool IsSystemEndpoint { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if this service endpoint is an infrastructure endpoint; otherwise, false.
.NET Framework
Available since 4.0
Available since 4.0
Show: