LOTUSSCRIPT/COM/OLE CLASSES


RoamingSubdir property
Read-write. The subdirectory that contains the user's roaming data.

Note This property is new with Release 6.5.

Defined in

NotesRegistration

Data type

String

Syntax

To get: string$ = notesRegistration.RoamingSubdir

To set: notesRegistration.RoamingSubdir = string$

Usage

Optionally set this property before calling RegisterNewUser.

IsRoamingUser must be True.

Language cross-reference

RoamingSubdir property in Java Registration class