Dela via


FeedItemMetadata.UpdateCount Property

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
    Get
'Usage
Dim instance As FeedItemMetadata
Dim value As UInteger

value = instance.UpdateCount
public uint UpdateCount { get; }
public:
property unsigned int UpdateCount {
    unsigned int get ();
}
member UpdateCount : uint32
function get UpdateCount () : uint

Property Value

Type: System.UInt32
The number of updates that have been made to the item so far.

See Also

Reference

FeedItemMetadata Class

Microsoft.Synchronization.FeedSync Namespace