SyncId.IsVariableLength 屬性
取得可指出識別碼是否為變動長度的值。
命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
Public ReadOnly Property IsVariableLength As Boolean
'用途
Dim instance As SyncId
Dim value As Boolean
value = instance.IsVariableLength
public bool IsVariableLength { get; }
public:
property bool IsVariableLength {
bool get ();
}
/** @property */
public boolean get_IsVariableLength ()
public function get IsVariableLength () : boolean
屬性值
如果識別碼為變動長度則為 true,否則為 false。預設值是 false。