DbSyncContext::MadeWithForgottenKnowledge Property
Gets or sets a SyncKnowledge object that contains the forgotten 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 ForgottenKnowledge^ MadeWithForgottenKnowledge { ForgottenKnowledge^ get (); void set (ForgottenKnowledge^ value); }
Property Value
Type: Microsoft.Synchronization::ForgottenKnowledgeA SyncKnowledge object that contains the forgotten knowledge that the peer had when the set of changes was selected from the peer database.
Show: