Edit

Share via


ChatRoomSession.ChatRoomUri Property

Definition

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

public:
 property Uri ^ ChatRoomUri { Uri ^ get(); };
public Uri ChatRoomUri { get; }
member this.ChatRoomUri : Uri
Public ReadOnly Property ChatRoomUri As Uri

Property Value

Uri

The URI of the chat room.

Applies to