Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a SyncKnowledge object that contains metadata about knowledge the peer has that is outdated.
This property 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
'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);
}
/** @property */
public SyncKnowledge get_OutdatedPeerSyncKnowledge ()
/** @property */
public void set_OutdatedPeerSyncKnowledge (SyncKnowledge value)
public function get OutdatedPeerSyncKnowledge () : SyncKnowledge
public function set OutdatedPeerSyncKnowledge (value : SyncKnowledge)
Property Value
A SyncKnowledge object that contains metadata about knowledge the peer has that is outdated.
See Also
Reference
DbOutdatedSyncException Class
DbOutdatedSyncException Members
Microsoft.Synchronization.Data Namespace