Compartir a través de


SyncGlobalId.Prefix Propiedad

Obtiene el componente de prefijo del identificador global.

Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)

Sintaxis

'Declaración
Public ReadOnly Property Prefix As ULong
'Uso
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

Valor de la propiedad

Componente de prefijo del identificador global.

Vea también

Referencia

SyncGlobalId Clase
SyncGlobalId Miembros
Microsoft.Synchronization Espacio de nombres