Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of updates that have been made to the item so far.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property UpdateCount As UInteger
'Usage
Dim instance As FeedItemMetadata
Dim value As UInteger
value = instance.UpdateCount
public uint UpdateCount { get; }
public:
property unsigned int UpdateCount {
unsigned int get ();
}
/** @property */
public UInt32 get_UpdateCount ()
public function get UpdateCount () : uint
Property Value
The number of updates that have been made to the item so far.
See Also
Reference
FeedItemMetadata Class
FeedItemMetadata Members
Microsoft.Synchronization.FeedSync Namespace