Share via


DbOutdatedEventArgs.LocalCleanupKnowledge Property

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

This API 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
    Get
'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 ();
}
[<CLSCompliantAttribute(false)>]
member LocalCleanupKnowledge : SyncKnowledge
function get LocalCleanupKnowledge () : SyncKnowledge

Property Value

Type: Microsoft.Synchronization.SyncKnowledge
A SyncKnowledge object that contains the knowledge of the local provider.

See Also

Reference

DbOutdatedEventArgs Class

Microsoft.Synchronization.Data Namespace