SyncIdFormat.IsVariableLength 属性

获取或设置一个指示 ID 的长度是否可变的值。

命名空间: 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)

属性值

如果此 ID 的长度可变,则为 true;否则为 false。默认值为 false

请参阅

参考

SyncIdFormat 类
SyncIdFormat 成员
Microsoft.Synchronization 命名空间