StorageProviderSyncRootInfo.Path 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 storage folder that represents the path to the root of the cloud based folder system.
public:
property IStorageFolder ^ Path { IStorageFolder ^ get(); void set(IStorageFolder ^ value); };
IStorageFolder Path();
void Path(IStorageFolder folder);
IStorageFolder Path();
void Path(IStorageFolder value);
public IStorageFolder Path { get; set; }
var iStorageFolder = storageProviderSyncRootInfo.path;
storageProviderSyncRootInfo.path = iStorageFolder;
Public Property Path As IStorageFolder
Property Value
A storage folder.