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
Get
'Usage
Dim instance As SyncGlobalId
Dim value As ULong
value = instance.Prefix
public ulong Prefix { get; }
public:
property unsigned long long Prefix {
unsigned long long get ();
}
member Prefix : uint64
function get Prefix () : ulong
Property Value
Type: System.UInt64
The prefix component of the global ID.