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