DbSyncScope::ForgottenKnowledge Property

Gets or sets a SyncKnowledge object that represents the forgotten knowledge associated with the scope.

This API is not CLS-compliant. 

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

[CLSCompliantAttribute(false)]
public:
property ForgottenKnowledge^ ForgottenKnowledge {
	ForgottenKnowledge^ get ();
	void set (ForgottenKnowledge^ value);
}

Property Value

Type: Microsoft.Synchronization::ForgottenKnowledge
A SyncKnowledge object that represents the forgotten knowledge associated with the scope.
Show: