Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'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);
}
member UpdateCount : uint32 with get, set
function get UpdateCount () : uint
function set UpdateCount (value : uint)
Property Value
Type: System.UInt32
The number of updates that have been made to the FeedSync item.
Remarks
This value corresponds to the updates attribute of the FeedSync item.