ServiceEndpoint.IsSystemEndpoint Property

Definition

Gets or sets whether the service endpoint is generated by the system as opposed to being user-defined.

public:
 property bool IsSystemEndpoint { bool get(); void set(bool value); };
public bool IsSystemEndpoint { get; set; }
member this.IsSystemEndpoint : bool with get, set
Public Property IsSystemEndpoint As Boolean

Property Value

true if the service endpoint is generated by the system; otherwise, false.

Applies to