ApplicationEndpoint.IsDefaultRoutingEndpoint 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 endpoint is the default routing endpoint to handle incoming calls.
public:
property bool IsDefaultRoutingEndpoint { bool get(); };
public bool IsDefaultRoutingEndpoint { get; }
member this.IsDefaultRoutingEndpoint : bool
Public ReadOnly Property IsDefaultRoutingEndpoint As Boolean
Property Value
Remarks
Any incoming call which cannot be mapped to an endpoint will be routed to the default routing endpoint.
In an instance of CollaborationPlatform, only one endpoint can be marked as the default routing endpoint.