FeedClockVectorElement.TickCount Property

Gets or sets the tick count that defines the upper bound on the range of tick counts that are contained in this clock vector element.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Property TickCount As ULong
    Get
    Set
'Usage
Dim instance As FeedClockVectorElement
Dim value As ULong

value = instance.TickCount

instance.TickCount = value
public ulong TickCount { get; set; }
public:
virtual property unsigned long long TickCount {
    unsigned long long get () sealed;
    void set (unsigned long long value) sealed;
}
abstract TickCount : uint64 with get, set
override TickCount : uint64 with get, set
final function get TickCount () : ulong
final function set TickCount (value : ulong)

Property Value

Type: System.UInt64
The tick count that defines the upper bound on the range of tick counts that are contained in this clock vector element.

Implements

IClockVectorElement.TickCount

See Also

Reference

FeedClockVectorElement Class

Microsoft.Synchronization.FeedSync Namespace