IsRoamingUser (NotesRegistration - LotusScript®)

読み書き可能。ユーザーがローミングユーザーであるかどうかを示します。

注: このプロパティは R6.5 で新しく追加されました。

定義位置

NotesRegistration

データ型

Boolean 型

構文

取得する場合: flag = notesRegistration .IsRoamingUser

設定する場合: notesRegistration .IsRoamingUser = flag

有効な値

使用法

registerNewUser を呼び出す前に、任意でこのプロパティを設定します。

このプロパティが True の場合は、RoamingCleanupPeriodRoamingCleanupSettingRoamingServerRoamingSubdir の各プロパティを適用できます。

クロスリファレンス

Java™ Registration クラスの IsRoamingUser プロパティ