Udostępnij za pośrednictwem


DbOutdatedEventArgs.LocalCleanupKnowledge Property

Gets a SyncKnowledge object that contains the 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 LocalCleanupKnowledge As SyncKnowledge
'Usage
Dim instance As DbOutdatedEventArgs
Dim value As SyncKnowledge

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

Property Value

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

See Also

Reference

DbOutdatedEventArgs Class
DbOutdatedEventArgs Members
Microsoft.Synchronization.Data Namespace