Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
Get
Set
'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);
}
member ForgottenKnowledgeRecoveryRangeUpperBound : SyncId with get, set
function get ForgottenKnowledgeRecoveryRangeUpperBound () : SyncId
function set ForgottenKnowledgeRecoveryRangeUpperBound (value : SyncId)
Property Value
Type: Microsoft.Synchronization.SyncId
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).