JavaScript Editor js editor     Web development 



Main Page

Specifies whether the field is represented as an Attribute in the associated XML document.

XMLField.IsAttribute [= lValue]

Return Value

lValue


Logical data type. The following table lists values for lValue.

lValue Description

False (.F.)

The field is in Element form, not Attribute form, in the associated XML document. (Default)

True (.T.)

The field is represented as an Attribute in the associated XML document.

Remarks

Applies To: XMLField Class

See Also



JavaScript Editor js editor     Web development