FeedClockVector.UpdateCount Property
Gets or sets the number of updates that have been made to the FeedSync item.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Property UpdateCount As UInteger
'Usage
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)
Property Value
The number of updates that have been made to the FeedSync item.
Remarks
This value corresponds to the updates attribute of the FeedSync item.
See Also
Reference
FeedClockVector Class
FeedClockVector Members
Microsoft.Synchronization.FeedSync Namespace