Gets basic information about the principal to whom the role has been granted.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
PrincipalWithRole 
As 

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

GroupChatRoleDescriptor
Dim 
value 
As 

GroupChatPrincipalSummary

value = instance.
PrincipalWithRole
C#
public 

GroupChatPrincipalSummary 
PrincipalWithRole { 
get; 
private 
set; }

See Also