StorageProviderSyncRootInfo.RecycleBinUri 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.
A Uri to a cloud storage recycle bin.
public:
property Uri ^ RecycleBinUri { Uri ^ get(); void set(Uri ^ value); };
Uri RecycleBinUri();
void RecycleBinUri(Uri value);
public System.Uri RecycleBinUri { get; set; }
var uri = storageProviderSyncRootInfo.recycleBinUri;
storageProviderSyncRootInfo.recycleBinUri = uri;
Public Property RecycleBinUri As Uri
Property Value
The Uri to the recycle bin.