Share via


ItemChange.MadeWithKnowledge Property

Gets the made-with knowledge for this change.

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

Syntax

'Declaration
Public ReadOnly Property MadeWithKnowledge As SyncKnowledge
    Get
'Usage
Dim instance As ItemChange
Dim value As SyncKnowledge

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

Property Value

Type: Microsoft.Synchronization.SyncKnowledge
The made-with knowledge for this change.

Remarks

The made-with knowledge for a change is typically the knowledge that the replica had when this change was made.

This knowledge is only meaningful when the ItemChange object represents a change from the source provider.

See Also

Reference

ItemChange Class

Microsoft.Synchronization Namespace