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 prefix component of the global ID.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property Prefix As ULong
'Usage
Dim instance As SyncGlobalId
Dim value As ULong
value = instance.Prefix
public ulong Prefix { get; }
public:
property usigned long long Prefix {
usigned long long get ();
}
/** @property */
public UInt64 get_Prefix ()
public function get Prefix () : ulong
Property Value
The prefix component of the global ID.
See Also
Reference
SyncGlobalId Class
SyncGlobalId Members
Microsoft.Synchronization Namespace