FeedItemMetadata.UpdateCount プロパティ
名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
Public ReadOnly Property UpdateCount As UInteger
'使用
Dim instance As FeedItemMetadata
Dim value As UInteger
value = instance.UpdateCount
public uint UpdateCount { get; }
public:
property unsigned int UpdateCount {
unsigned int get ();
}
/** @property */
public UInt32 get_UpdateCount ()
public function get UpdateCount () : uint
プロパティ値
これまでに項目に適用された更新の数。
参照
リファレンス
FeedItemMetadata クラス
FeedItemMetadata メンバー
Microsoft.Synchronization.FeedSync 名前空間