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