Partager via


Propriété SyncSessionContext.ForgottenKnowledgeRecoveryRangeUpperBound

Obtient ou définit la limite supérieure de la plage de récupération lorsque la session effectue une récupération de connaissance oubliée.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public Property ForgottenKnowledgeRecoveryRangeUpperBound As SyncId
'Utilisation
Dim instance As SyncSessionContext
Dim value As SyncId

value = instance.ForgottenKnowledgeRecoveryRangeUpperBound

instance.ForgottenKnowledgeRecoveryRangeUpperBound = value
public SyncId ForgottenKnowledgeRecoveryRangeUpperBound { get; set; }
public:
property SyncId^ ForgottenKnowledgeRecoveryRangeUpperBound {
    SyncId^ get ();
    void set (SyncId^ value);
}
/** @property */
public SyncId get_ForgottenKnowledgeRecoveryRangeUpperBound ()

/** @property */
public void set_ForgottenKnowledgeRecoveryRangeUpperBound (SyncId value)
public function get ForgottenKnowledgeRecoveryRangeUpperBound () : SyncId

public function set ForgottenKnowledgeRecoveryRangeUpperBound (value : SyncId)

Valeur de propriété

Limite supérieure de la plage de récupération lorsque la session effectue une récupération de connaissance oubliée. La valeur par défaut est Null.

Voir aussi

Référence

Classe SyncSessionContext
Membres SyncSessionContext
Espace de noms Microsoft.Synchronization