ChatRoomSession.Name Property

Definition

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

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

Property Value

The name of the chat room.

Applies to