Edit

Share via


ApplicationEndpoint.IsDefaultRoutingEndpoint Property

Definition

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.

Applies to