Freigeben über


SyncSessionContext.ForgottenKnowledgeRecoveryRangeUpperBound-Eigenschaft

Ruft die Obergrenze der Wiederherstellungsspanne ab, wenn die Sitzung die Wiederherstellung vergessenen Wissens ausführt, oder legt sie fest.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Property ForgottenKnowledgeRecoveryRangeUpperBound As SyncId
'Usage
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)

Eigenschaftenwert

Die Obergrenze der Wiederherstellungsspanne, wenn die Sitzung die Wiederherstellung vergessenen Wissens ausführt. Der Standardwert ist NULL.

Siehe auch

Verweis

SyncSessionContext-Klasse
SyncSessionContext-Member
Microsoft.Synchronization-Namespace