共用方式為


FeedClockVector.UpdateCount 屬性

命名空間: Microsoft.Synchronization.FeedSync
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
Public Property UpdateCount As UInteger
'用途
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);
}
/** @property */
public UInt32 get_UpdateCount ()

/** @property */
public void set_UpdateCount (UInt32 value)
public function get UpdateCount () : uint

public function set UpdateCount (value : uint)

屬性值

對 FeedSync 項目所做的更新數目。

備註

這個值會對應至 FeedSync 項目的 updates 屬性。

請參閱

參考

FeedClockVector 類別
FeedClockVector 成員
Microsoft.Synchronization.FeedSync 命名空間