Share via


DbOutdatedSyncException.OutdatedPeerSyncKnowledge Property

Gets or sets a SyncKnowledge object that contains metadata about knowledge the peer has that is outdated.

This API is not CLS-compliant. 

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property OutdatedPeerSyncKnowledge As SyncKnowledge
    Get
    Set
'Usage
Dim instance As DbOutdatedSyncException
Dim value As SyncKnowledge

value = instance.OutdatedPeerSyncKnowledge

instance.OutdatedPeerSyncKnowledge = value
[CLSCompliantAttribute(false)]
public SyncKnowledge OutdatedPeerSyncKnowledge { get; set; }
[CLSCompliantAttribute(false)]
public:
property SyncKnowledge^ OutdatedPeerSyncKnowledge {
    SyncKnowledge^ get ();
    void set (SyncKnowledge^ value);
}
[<CLSCompliantAttribute(false)>]
member OutdatedPeerSyncKnowledge : SyncKnowledge with get, set
function get OutdatedPeerSyncKnowledge () : SyncKnowledge
function set OutdatedPeerSyncKnowledge (value : SyncKnowledge)

Property Value

Type: Microsoft.Synchronization.SyncKnowledge
A SyncKnowledge object that contains metadata about knowledge the peer has that is outdated.

See Also

Reference

DbOutdatedSyncException Class

Microsoft.Synchronization.Data Namespace