Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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