ChatRoomSession.Description Property

Definition

Gets the description of the chat room to which this session is joined. If the session is not joined, this property is null.

public:
 property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String

Property Value

The description of the chat room.

Applies to