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 participant associated with this endpoint has an asserted identity.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsParticipantIdAsserted As Boolean
Get
Private Set
'Usage
Dim instance As ParticipantEndpoint
Dim value As Boolean
value = instance.IsParticipantIdAsserted
public bool IsParticipantIdAsserted { get; private set; }
Property Value
Type: System.Boolean