StorageProviderSyncRootInfo.AllowPinning Propriété

Définition

Active ou désactive la possibilité de rendre les fichiers disponibles hors connexion.

public:
 property bool AllowPinning { bool get(); void set(bool value); };
bool AllowPinning();

void AllowPinning(bool value);
public bool AllowPinning { get; set; }
var boolean = storageProviderSyncRootInfo.allowPinning;
storageProviderSyncRootInfo.allowPinning = boolean;
Public Property AllowPinning As Boolean

Valeur de propriété

Boolean

bool

True si l’épinglage est activé ; False dans le cas contraire

Remarques

L’épinglage fait référence à un fichier mis à disposition hors connexion.

S’applique à