Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As SyncVersion
Dim value As ULong
value = instance.TickCount
public ulong TickCount { get; }
public:
property usigned long long TickCount {
usigned long long get ();
}
/** @property */
public UInt64 get_TickCount ()
public function get TickCount () : ulong
Property Value
The tick count that is associated with the version.
See Also
Reference
SyncVersion Class
SyncVersion Members
Microsoft.Synchronization Namespace