Prefix-Eigenschaft

Ruft die Präfixkomponente der globalen ID ab.

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

Eigenschaftenwert

Typ: System. . :: . .UInt64
Die Präfixkomponente der globalen ID.

Siehe auch

Verweis

SyncGlobalId Klasse

SyncGlobalId-Member

Microsoft.Synchronization-Namespace