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
    Get
'Usage
Dim instance As ChangeBatchBase
Dim value As SyncKnowledge

value = instance.PrerequisiteKnowledge
public SyncKnowledge PrerequisiteKnowledge { get; }
public:
property SyncKnowledge^ PrerequisiteKnowledge {
    SyncKnowledge^ get ();
}
member PrerequisiteKnowledge : SyncKnowledge
function get PrerequisiteKnowledge () : SyncKnowledge

Property Value

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

Exceptions

Exception Condition
ObjectDisposedException

This ChangeBatchBase has been disposed.

See Also

Reference

ChangeBatchBase Class

Microsoft.Synchronization Namespace

SyncKnowledge