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)
Syntax
'Declaration
Public ReadOnly Property PrerequisiteKnowledge As SyncKnowledge
'Usage
Dim instance As ChangeBatchBase
Dim value As SyncKnowledge
value = instance.PrerequisiteKnowledge
public SyncKnowledge PrerequisiteKnowledge { get; }
public:
property SyncKnowledge^ PrerequisiteKnowledge {
SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_PrerequisiteKnowledge ()
public function get PrerequisiteKnowledge () : SyncKnowledge
Property Value
The minimum knowledge that a destination provider is required to have to process this change batch.
See Also
Reference
ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace
SyncKnowledge