Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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