Compartilhar via


Propriedade SyncIdFormat.IsVariableLength

Obtém ou define um valor que indica se a ID é de comprimento variável.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)

Sintaxe

'Declaração
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 da propriedade

true se essa ID for de comprimento variável; caso contrário, false. O padrão é false.

Consulte também

Referência

Classe SyncIdFormat
Membros SyncIdFormat
Namespace Microsoft.Synchronization