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

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

Syntax

Visual Basic (Declaration)
Public 
Property 
Description 
As 
String
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 
ChatRoom
Dim 
value 
As 
String

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

Property Value

Type: System . . :: . . String

The description.

See Also