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