hasProperty (PropertyBroker - Java)

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

Defined in

PropertyBroker

Data type

Boolean

Syntax

boolean hasProperty(String propertyname)
    throws NotesException

Parameters

propertyname

String. The property name.

Return value

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

Usage

All PropertyBroker 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.