SyncSessionContext.ForgottenKnowledgeRecoveryRangeLowerBound Property
Gets or sets the lower 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 ForgottenKnowledgeRecoveryRangeLowerBound As SyncId
'Usage
Dim instance As SyncSessionContext
Dim value As SyncId
value = instance.ForgottenKnowledgeRecoveryRangeLowerBound
instance.ForgottenKnowledgeRecoveryRangeLowerBound = value
public SyncId ForgottenKnowledgeRecoveryRangeLowerBound { get; set; }
public:
property SyncId^ ForgottenKnowledgeRecoveryRangeLowerBound {
SyncId^ get ();
void set (SyncId^ value);
}
/** @property */
public SyncId get_ForgottenKnowledgeRecoveryRangeLowerBound ()
/** @property */
public void set_ForgottenKnowledgeRecoveryRangeLowerBound (SyncId value)
public function get ForgottenKnowledgeRecoveryRangeLowerBound () : SyncId
public function set ForgottenKnowledgeRecoveryRangeLowerBound (value : SyncId)
Property Value
The lower 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