GetProperty (NotesPropertyBroker - LotusScript®)

Returns a NotesProperty object for a specified property.

Defined in

NotesPropertyBroker

Syntax

Set property = notesPropertyBroker .GetProperty( name)

Parameters

name

String. The name of the property that will be returned.

Return Value

NotesProperty

Usage

All NotesPropertyBroker methods are inactive when called by applications running on the Domino® server, or running on the Notes® 8 basic configuration without Notes® 8 standard configuration.

Example