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 命名空间