StorageProviderSyncRootInfo.ProviderId 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.
public:
property Platform::Guid ProviderId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid ProviderId();
void ProviderId(winrt::guid value);
public Guid ProviderId { get; set; }
var guid = storageProviderSyncRootInfo.providerId;
storageProviderSyncRootInfo.providerId = guid;
Public Property ProviderId As Guid
Property Value
A GUID that represents the ID of the storage provider.
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.17763.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v3.0)
|