Examples: Platform property

This script gets the current platform and puts it into the variable plat.

Dim session As New NotesSession
Dim plat As String
plat = session.Platform