Share via


ChatRoomCategory.Description Property

Gets the description of this category. The description is optional, and is used only to provide additional details about the purpose of this category.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Property Description As String
    Get
    Private Set
'Usage
Dim instance As ChatRoomCategory
Dim value As String

value = instance.Description
public string Description { get; private set; }

Property Value

Type: System.String
The description.

See Also

Reference

ChatRoomCategory Class

ChatRoomCategory Members

Microsoft.Rtc.Collaboration.GroupChat Namespace