Share via


DbOutdatedEventArgs.RemoteSyncKnowledge Property

Gets a SyncKnowledge object that contains the knowledge of the remote 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 RemoteSyncKnowledge As SyncKnowledge
'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 ();
}
/** @property */
public SyncKnowledge get_RemoteSyncKnowledge ()
public function get RemoteSyncKnowledge () : SyncKnowledge

Property Value

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

See Also

Reference

DbOutdatedEventArgs Class
DbOutdatedEventArgs Members
Microsoft.Synchronization.Data Namespace