GroupChatPrincipalSummary.Name Property
Gets the name of the user or user group represented by this instance.
Namespace: Microsoft.Rtc.Collaboration.GroupChat.Management
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Property Name As String
Get
Private Set
'Usage
Dim instance As GroupChatPrincipalSummary
Dim value As String
value = instance.Name
public string Name { get; private set; }
Property Value
Type: System.String
The name.
See Also
Reference
GroupChatPrincipalSummary Class