次の方法で共有


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 名前空間