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
'Usage
Dim instance As ItemChange
Dim value As SyncKnowledge
value = instance.MadeWithKnowledge
public SyncKnowledge MadeWithKnowledge { get; }
public:
property SyncKnowledge^ MadeWithKnowledge {
SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_MadeWithKnowledge ()
public function get MadeWithKnowledge () : SyncKnowledge
Property Value
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
ItemChange Members
Microsoft.Synchronization Namespace