Share via


DbOutdatedEventArgs.LocalSyncKnowledge Property

Gets a SyncKnowledge object that contains the cleanup knowledge of the local provider.

This property is not CLS-compliant.  

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property LocalSyncKnowledge As SyncKnowledge
'Usage
Dim instance As DbOutdatedEventArgs
Dim value As SyncKnowledge

value = instance.LocalSyncKnowledge
[CLSCompliantAttribute(false)] 
public SyncKnowledge LocalSyncKnowledge { get; }
[CLSCompliantAttribute(false)] 
public:
property SyncKnowledge^ LocalSyncKnowledge {
    SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_LocalSyncKnowledge ()
public function get LocalSyncKnowledge () : SyncKnowledge

Property Value

A SyncKnowledge object that contains the cleanup knowledge of the local provider.

See Also

Reference

DbOutdatedEventArgs Class
DbOutdatedEventArgs Members
Microsoft.Synchronization.Data Namespace