Share via


DbOutdatedEventArgs.RemoteSyncKnowledge Property

Gets a SyncKnowledge object that contains the knowledge of the remote 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 RemoteSyncKnowledge As SyncKnowledge
    Get
'Usage
Dim instance As DbOutdatedEventArgs
Dim value As SyncKnowledge

value = instance.RemoteSyncKnowledge
[CLSCompliantAttribute(false)]
public SyncKnowledge RemoteSyncKnowledge { get; }
[CLSCompliantAttribute(false)]
public:
property SyncKnowledge^ RemoteSyncKnowledge {
    SyncKnowledge^ get ();
}
[<CLSCompliantAttribute(false)>]
member RemoteSyncKnowledge : SyncKnowledge
function get RemoteSyncKnowledge () : SyncKnowledge

Property Value

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

See Also

Reference

DbOutdatedEventArgs Class

Microsoft.Synchronization.Data Namespace