Compartir a través de


SyncId.IsVariableLength Propiedad

Obtiene un valor que indica si el identificador es de longitud variable.

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

Sintaxis

'Declaración
Public ReadOnly Property IsVariableLength As Boolean
'Uso
Dim instance As SyncId
Dim value As Boolean

value = instance.IsVariableLength
public bool IsVariableLength { get; }
public:
property bool IsVariableLength {
    bool get ();
}
/** @property */
public boolean get_IsVariableLength ()
public function get IsVariableLength () : boolean

Valor de la propiedad

Su valor es true si se trata de un identificador de longitud variable; false en caso contrario. El valor predeterminado es false.

Vea también

Referencia

SyncId Clase
SyncId Miembros
Microsoft.Synchronization Espacio de nombres