Share via


DbSyncContext.IsPeerOutdated Property

Gets or sets whether a peer is outdated, which means that the peer does not have sufficient metadata to correctly synchronize.

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

Syntax

'Declaration
Public Property IsPeerOutdated As Boolean
    Get
    Set
'Usage
Dim instance As DbSyncContext
Dim value As Boolean

value = instance.IsPeerOutdated

instance.IsPeerOutdated = value
public bool IsPeerOutdated { get; set; }
public:
property bool IsPeerOutdated {
    bool get ();
    void set (bool value);
}
member IsPeerOutdated : bool with get, set
function get IsPeerOutdated () : boolean
function set IsPeerOutdated (value : boolean)

Property Value

Type: System.Boolean
true if the peer is outdated; otherwise false.

See Also

Reference

DbSyncContext Class

Microsoft.Synchronization.Data Namespace