Share via


SyncGlobalId.Prefix Property

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.

See Also

Reference

SyncGlobalId Class

Microsoft.Synchronization Namespace