LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The name of the platform on which the session is running.
Defined in
NotesSession
Data type
String
Syntax
To get: platform$ = notesSession.Platform
Legal values
If the script runs on a workstation, this property returns the name of the workstation's platform. If the script runs on a server, it returns the name of the server's platform.
Language cross-reference
Platform property in Java Session class
@Platform function in formula language
Example See Also