Share via


GroupChatRoleDescriptor.PrincipalWithRole Property

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

'Declaration
Public Property PrincipalWithRole As GroupChatPrincipalSummary
    Get
    Private Set
'Usage
Dim instance As GroupChatRoleDescriptor
Dim value As GroupChatPrincipalSummary

value = instance.PrincipalWithRole
public GroupChatPrincipalSummary PrincipalWithRole { get; private set; }

Property Value

Type: Microsoft.Rtc.Collaboration.GroupChat.Management.GroupChatPrincipalSummary
The principal with role.

See Also

Reference

GroupChatRoleDescriptor Class

GroupChatRoleDescriptor Members

Microsoft.Rtc.Collaboration.GroupChat.Management Namespace