Attributes Property

 

Description

 

Indicates one or more characteristics of an object.

 

For a Property object, the Attributes property is read-only, and its value can be the sum of any one or more PropertyAttributesEnum values.

 

PowerBASIC Syntax

 

PROPERTY GET Attributes () AS LONG

PROPERTY SET Attributes (BYVAL lAttributes AS LONG)

 

Parameter (SET Attributes only)

 

lAttributes

Can be the sum of any one or more ParameterAttributesEnum values. The default is adParamSigned.

 

Return Value (GET Attributes only)

 

LONG. One or more ParameterAttributesEnum values.

 

Remarks

 

When you set multiple attributes, you can sum the appropriate constants. If you set the property value to a sum including incompatible constants, an error occurs.

 

Remote Data Service Usage

 

This property is not available on a client-side Connection object.

 

Valid XHTML 1.0 Transitional