StorageProviderSyncRootInfo.Id Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Identificateur de la racine de synchronisation.
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
Valeur de propriété
Identificateur sous la forme : [ID du fournisseur de stockage]! [Windows SID]! [ID de compte]
Remarques
Un exemple d’ID peut ressembler à : « OneDrive ! S-1-1234! Personnel »