Compartir a través de


SyncSessionContext.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
'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);
}
/** @property */
public SyncId get_ForgottenKnowledgeRecoveryRangeUpperBound ()

/** @property */
public void set_ForgottenKnowledgeRecoveryRangeUpperBound (SyncId value)
public function get ForgottenKnowledgeRecoveryRangeUpperBound () : SyncId

public function set ForgottenKnowledgeRecoveryRangeUpperBound (value : SyncId)

Valor de la propiedad

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.

Vea también

Referencia

SyncSessionContext Clase
SyncSessionContext Miembros
Microsoft.Synchronization Espacio de nombres