ChatRoom.FileStoreUri Property

Definition

Gets the file store URI. The file store URI is address of the web service to which files will be uploaded when posted to this chat room.

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

Property Value

Uri

The file store URI.

Applies to