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 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