共用方式為


SyncIdFormat.IsVariableLength 屬性

取得或設定值,這個值指出識別碼是否為變動長度。

命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
Public Property IsVariableLength As Boolean
'用途
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)

屬性值

如果識別碼為變動長度則為 true,否則為 false。預設值是 false

請參閱

參考

SyncIdFormat 類別
SyncIdFormat 成員
Microsoft.Synchronization 命名空間