Compartilhar via


IsActive Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Gets a value indicating whether this participant is active in the room.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public ReadOnly Property IsActive As Boolean
    Get
'Usage
Dim instance As ParticipantAttendanceChangedEventArgs
Dim value As Boolean

value = instance.IsActive
public bool IsActive { get; }

Property Value

Type: System.Boolean
true if this user is active; otherwise, false.

See Also

Reference

ParticipantAttendanceChangedEventArgs Class

ParticipantAttendanceChangedEventArgs Members

Microsoft.Rtc.Collaboration.GroupChat Namespace