Share via


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.

This property is not CLS-compliant.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property MadeWithForgottenKnowledge As ForgottenKnowledge
'Usage
Dim instance As DbSyncContext
Dim value As ForgottenKnowledge

value = instance.MadeWithForgottenKnowledge

instance.MadeWithForgottenKnowledge = value
[CLSCompliantAttribute(false)] 
public ForgottenKnowledge MadeWithForgottenKnowledge { get; set; }
[CLSCompliantAttribute(false)] 
public:
property ForgottenKnowledge^ MadeWithForgottenKnowledge {
    ForgottenKnowledge^ get ();
    void set (ForgottenKnowledge^ value);
}
/** @property */
public ForgottenKnowledge get_MadeWithForgottenKnowledge ()

/** @property */
public void set_MadeWithForgottenKnowledge (ForgottenKnowledge value)
public function get MadeWithForgottenKnowledge () : ForgottenKnowledge

public function set MadeWithForgottenKnowledge (value : ForgottenKnowledge)

Property Value

A SyncKnowledge object that contains the forgotten knowledge that the peer had when the set of changes was selected from the peer database.

Remarks

Microsoft.Synchronization.dll and associated concepts about synchronization knowledge are documented in the Sync Framework core documentation. To download this documentation, go to this Micro s oft We b site.

See Also

Reference

DbSyncContext Class
DbSyncContext Members
Microsoft.Synchronization.Data Namespace