ChangeBatchBase::PrerequisiteKnowledge Property

Gets the minimum knowledge that a destination provider is required to have to process this change batch.

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

public:
property SyncKnowledge^ PrerequisiteKnowledge {
	SyncKnowledge^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncKnowledge
The minimum knowledge that a destination provider is required to have to process this change batch.

ExceptionCondition
ObjectDisposedException

This ChangeBatchBase has been disposed.

Show: