StorageProviderSyncRootInfo.Path Property

Definition

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.

Applies to