IsInput (NotesProperty - LotusScript®)
Read-only. Indicates whether this property is an input property.
Defined in
Data type
Boolean
Syntax
flag = notesProperty .IsInput
Return value
- True indicates that the property is an input property.
- False indicates that the property is an output property, created by the application or user activity.
Usage
All input properties are read-only, and can not be cleared. Output properties can be read-write, and can be cleared.