Share via


IEndpoint.IsMostActive Property

Gets a value that indicates it the endpoint is the endpoint with the most user activity of all endpoints associated with a user.

Namespace:  Microsoft.Exchange.InstantMessaging
Assembly:  Microsoft.Exchange.InstantMessaging (in Microsoft.Exchange.InstantMessaging.dll)

Syntax

'Declaration
ReadOnly Property IsMostActive As Boolean
    Get
'Usage
Dim instance As IEndpoint
Dim value As Boolean

value = instance.IsMostActive
bool IsMostActive { get; }

Property Value

Type: System.Boolean
true if the endpoint in the most active endpoint associated with a user; otherwise, false.