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

Visual Basic (Declaration)
Public 
Property 
IsParticipantIdAsserted 
As 
Boolean
C#
public 
bool 
IsParticipantIdAsserted { 
get; 
private 
set; }
Visual C++
public:
property 
bool 
IsParticipantIdAsserted {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
isParticipantIdAsserted();
function set_
isParticipantIdAsserted(
value);

See Also