DbSyncContext::MadeWithKnowledge Property
Gets or sets a SyncKnowledge object that contains the knowledge that the peer had when the set of changes was selected from the peer database.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
[CLSCompliantAttribute(false)] public: property SyncKnowledge^ MadeWithKnowledge { SyncKnowledge^ get (); void set (SyncKnowledge^ value); }
Property Value
Type: Microsoft.Synchronization::SyncKnowledgeA SyncKnowledge object that contains the knowledge that the peer had when the set of changes was selected from the peer database.
Show: