ID が可変長であるかどうかを示す値を取得します。
名前空間: 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
プロパティ値
ID が可変長である場合は true、可変長でない場合は false です。既定値は false です。