ForgottenKnowledgeRecoveryRangeUpperBound Propiedad
Obtiene o establece el límite superior del intervalo de recuperación cuando la sesión está realizando la recuperación de conocimiento olvidado.
Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en Microsoft.Synchronization.dll)
Sintaxis
'Declaración
Public Property ForgottenKnowledgeRecoveryRangeUpperBound As SyncId
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.Synchronization. . :: . .SyncId
El límite superior del intervalo de recuperación cuando la sesión está realizando la recuperación de conocimiento olvidado. El valor predeterminado es un valor NULL.