Gets or sets the full name of the user.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property DisplayName As String Get Set |
Visual Basic (Usage) |
---|
Dim instance As GroupChatFederatedUserInformation Dim value As String value = instance. DisplayName instance. DisplayName = value |
C# |
---|
public string DisplayName { get; set; } |