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 API 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
    Get
    Set
'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);
}
[<CLSCompliantAttribute(false)>]
member MadeWithForgottenKnowledge : ForgottenKnowledge with get, set
function get MadeWithForgottenKnowledge () : ForgottenKnowledge
function set MadeWithForgottenKnowledge (value : ForgottenKnowledge)

Property Value

Type: Microsoft.Synchronization.ForgottenKnowledge
A SyncKnowledge object that contains the forgotten knowledge that the peer had when the set of changes was selected from the peer database.

Remarks

If batching is enabled, the made-with forgotten knowledge is the same for all batches in a synchronization session.

See Also

Reference

DbSyncContext Class

Microsoft.Synchronization.Data Namespace