Proprietà FeedClockVector.UpdateCount
Ottiene o imposta il numero di aggiornamenti eseguiti sull'elemento FeedSync.
Spazio dei nomi: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Sintassi
'Dichiarazione
Public Property UpdateCount As UInteger
'Utilizzo
Dim instance As FeedClockVector
Dim value As UInteger
value = instance.UpdateCount
instance.UpdateCount = value
public uint UpdateCount { get; set; }
public:
property unsigned int UpdateCount {
unsigned int get ();
void set (unsigned int value);
}
/** @property */
public UInt32 get_UpdateCount ()
/** @property */
public void set_UpdateCount (UInt32 value)
public function get UpdateCount () : uint
public function set UpdateCount (value : uint)
Valore proprietà
Numero di aggiornamenti eseguiti sull'elemento FeedSync.
Osservazioni
Questo valore corrisponde all'attributo updates dell'elemento FeedSync.
Vedere anche
Riferimento
Classe FeedClockVector
Membri FeedClockVector
Spazio dei nomi Microsoft.Synchronization.FeedSync