DbSyncScopeMetadata.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)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property ForgottenKnowledge As ForgottenKnowledge
    Get
    Set
'Usage
Dim instance As DbSyncScopeMetadata
Dim value As ForgottenKnowledge

value = instance.ForgottenKnowledge

instance.ForgottenKnowledge = value
[CLSCompliantAttribute(false)]
public ForgottenKnowledge ForgottenKnowledge { get; set; }
[CLSCompliantAttribute(false)]
public:
property ForgottenKnowledge^ ForgottenKnowledge {
    ForgottenKnowledge^ get ();
    void set (ForgottenKnowledge^ value);
}
[<CLSCompliantAttribute(false)>]
member ForgottenKnowledge : ForgottenKnowledge with get, set
function get ForgottenKnowledge () : ForgottenKnowledge
function set ForgottenKnowledge (value : ForgottenKnowledge)

Property Value

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

See Also

Reference

DbSyncScopeMetadata Class

Microsoft.Synchronization.Data Namespace