ChatRoom.FileStoreUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The file store URI.