IEndpointSwitch.IsPrimaryEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the organization’s current endpoint is the primary endpoint.
public:
property bool IsPrimaryEndpoint { bool get(); };
public bool IsPrimaryEndpoint { get; }
member this.IsPrimaryEndpoint : bool
Public ReadOnly Property IsPrimaryEndpoint As Boolean
Property Value
true
if the current endpoint is the primary endpoint; otherwise, false
.