Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the RemoteParticipant was screened against the LocalParticipant's container membership.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsScreened As Boolean
Get
'Usage
Dim instance As InviteReceivedEventArgs
Dim value As Boolean
value = instance.IsScreened
public bool IsScreened { get; }
Property Value
Type: System.Boolean