Gets the type of principal represented by this instance.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat.Management
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Type 
As 

GroupChatPrincipalType
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

GroupChatPrincipal
Dim 
value 
As 

GroupChatPrincipalType

value = instance.
Type
C#
public 

GroupChatPrincipalType 
Type { 
get; 
private 
set; }

See Also