Share via


FullEnumerationChangeBatch.LearnedKnowledgeAfterFullEnumerationRecovery Property

Gets the knowledge the destination replica will learn after it applies all the changes in the full enumeration.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property LearnedKnowledgeAfterFullEnumerationRecovery As SyncKnowledge
'Usage
Dim instance As FullEnumerationChangeBatch
Dim value As SyncKnowledge

value = instance.LearnedKnowledgeAfterFullEnumerationRecovery
public SyncKnowledge LearnedKnowledgeAfterFullEnumerationRecovery { get; }
public:
property SyncKnowledge^ LearnedKnowledgeAfterFullEnumerationRecovery {
    SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_LearnedKnowledgeAfterFullEnumerationRecovery ()
public function get LearnedKnowledgeAfterFullEnumerationRecovery () : SyncKnowledge

Property Value

The knowledge the destination replica will learn after it applies all the changes in the full enumeration.

See Also

Reference

FullEnumerationChangeBatch Class
FullEnumerationChangeBatch Members
Microsoft.Synchronization Namespace