SyncSessionContext.ForgottenKnowledgeRecoveryRangeUpperBound Property
Gets or sets the upper bound of the recovery range when the session is performing forgotten knowledge recovery.
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)
Property Value
The upper bound of the recovery range when the session is performing forgotten knowledge recovery. The default is a null reference (Nothing in Visual Basic).
See Also
Reference
SyncSessionContext Class
SyncSessionContext Members
Microsoft.Synchronization Namespace