Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.