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
'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);
}
/** @property */
public boolean get_IsPeerOutdated ()

/** @property */
public void set_IsPeerOutdated (boolean value)
public function get IsPeerOutdated () : boolean

public function set IsPeerOutdated (value : boolean)

Property Value

true if the peer is outdated; otherwise false.

See Also

Reference

DbSyncContext Class
DbSyncContext Members
Microsoft.Synchronization.Data Namespace