Compartir a través de


SyncIdFormat.IsVariableLength Propiedad

Obtiene o establece 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 Property IsVariableLength As Boolean
'Uso
Dim instance As SyncIdFormat
Dim value As Boolean

value = instance.IsVariableLength

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

/** @property */
public void set_IsVariableLength (boolean value)
public function get IsVariableLength () : boolean

public function set IsVariableLength (value : boolean)

Valor de la propiedad

true si el identificador es de longitud variable; en caso contrario, false. El valor predeterminado es false.

Vea también

Referencia

SyncIdFormat Clase
SyncIdFormat Miembros
Microsoft.Synchronization Espacio de nombres