ChatRoom.ChatRoomUri Property

Definition

Gets the URI of the chat room. The URI provides a unique key for identifying a chat room. The URI is generated by the Persistent Chat Server when the chat room is created, and is never changed.

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