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 名前空間