IEndpointSwitch.IsPrimaryEndpoint Property

Definition

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.

Applies to

See also