Partager via


Propriété SyncIdFormat.IsVariableLength

Obtient ou définit une valeur qui indique si l'ID est de longueur variable.

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

Syntaxe

'Déclaration
Public Property IsVariableLength As Boolean
'Utilisation
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)

Valeur de propriété

true si l'ID est de longueur variable ; sinon, false. La valeur par défaut est false.

Voir aussi

Référence

Classe SyncIdFormat
Membres SyncIdFormat
Espace de noms Microsoft.Synchronization