StorageProviderSyncRootInfo.ProviderId Property

Definition

Gets or sets a GUID that represents the ID of the storage provider.

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

Guid

Platform::Guid

winrt::guid

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)

Applies to