GroupChatFederatedUserInformation.CompanyName Property
Gets or sets 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
Set
'Usage
Dim instance As GroupChatFederatedUserInformation
Dim value As String
value = instance.CompanyName
instance.CompanyName = value
public string CompanyName { get; set; }
Property Value
Type: System.String
The company name.
See Also
Reference
GroupChatFederatedUserInformation Class