SearchAttribute Class Methods

In this section, the SearchAttribute class methods are presented in alphabetical order.

Syntax

SearchAttribute(Name, Type)

Description

Use this constructor to instantiate a SearchAttribute object for a specific attribute.

Parameters

Field or Control

Definition

Name

Specifies the name of the attribute as a string .

Type

Specifies the type for this attribute as a one-character string. The values for Type can be as follows:

  • D – Date

  • N – Number

  • S – String

Returns

A SearchAttribute object.