ServiceEndpointElement::IsSystemEndpoint Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether this service endpoint is an infrastructure endpoint.

Namespace:   System.ServiceModel.Configuration
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::Boolean

true if this service endpoint is an infrastructure endpoint; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: