Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'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);
}
member ForgottenKnowledgeRecoveryRangeLowerBound : SyncId with get, set
function get ForgottenKnowledgeRecoveryRangeLowerBound () : SyncId
function set ForgottenKnowledgeRecoveryRangeLowerBound (value : SyncId)
Property Value
Type: Microsoft.Synchronization.SyncId
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).