StorageProviderSyncRootInfo.Id 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.
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
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"