共用方式為


IsVariableLength 屬性

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

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

語法

'宣告
Public Property IsVariableLength As Boolean
    Get
    Set
'用途
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);
}
member IsVariableLength : bool with get, set
function get IsVariableLength () : boolean
function set IsVariableLength (value : boolean)

屬性值

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

請參閱

參考

SyncIdFormat類別

SyncIdFormat 成員

Microsoft.Synchronization 命名空間