Partager via


Propriété SyncGlobalId.Prefix

Obtient le composant préfixe de l'ID global.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Prefix As ULong
'Utilisation
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

Valeur de propriété

Le composant préfixe de l'ID global.

Voir aussi

Référence

Classe SyncGlobalId
Membres SyncGlobalId
Espace de noms Microsoft.Synchronization