다음을 통해 공유


FeedClockVector.UpdateCount 속성

FeedSync 항목에 대해 수행된 업데이트 수를 가져오거나 설정합니다.

네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
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 네임스페이스