Share via


SyncVersion.TickCount Property

Gets the tick count that is associated with the version.

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

Syntax

'Declaration
Public ReadOnly Property TickCount As ULong
    Get
'Usage
Dim instance As SyncVersion
Dim value As ULong

value = instance.TickCount
public ulong TickCount { get; }
public:
property unsigned long long TickCount {
    unsigned long long get ();
}
member TickCount : uint64
function get TickCount () : ulong

Property Value

Type: System.UInt64
The tick count that is associated with the version.

See Also

Reference

SyncVersion Class

Microsoft.Synchronization Namespace