HasProperty (NotesPropertyBroker - LotusScript®)

Indicates whether a specific named property is associated with a given property broker.

Defined in

NotesPropertyBroker

Syntax

flag = notesPropertyBroker .HasProperty( Name )

Parameters

Name

String. The property name.

Return value

  • True indicates that the property broker has a property named Name.
  • False indicates that the property broker does not have a property named Name.

Usage

This method is valid for both input and output properties.

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