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

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsActive 
As 
Boolean
	
Get
Visual Basic (Usage)
Dim 
instance 
As 

ParticipantAttendanceChangedEventArgs
Dim 
value 
As 
Boolean

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

Property Value

Type: System . . :: . . Boolean

true if this user is active; otherwise, false .

See Also