Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.