StorageProviderSyncRootInfo.Id Property

Definition

An identifier for the sync root.

public:
 property Platform::String ^ Id { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Id();

void Id(winrt::hstring value);
public string Id { get; set; }
var string = storageProviderSyncRootInfo.id;
storageProviderSyncRootInfo.id = string;
Public Property Id As String

Property Value

String

Platform::String

winrt::hstring

An identifier in the form: [Storage Provider ID]![Windows SID]![Account ID]

Remarks

An example of an ID might look something like: "OneDrive!S-1-1234!Personal"

Applies to