ParticipantEndpoint.IsParticipantIdAsserted Property
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