IsAttribute Property
Specifies whether the field is represented as an Attribute in the associated XML document.
XMLField.IsAttribute [= lValue]
Property Values
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. |
See Also
Properties | XMLField Object Properties, Methods, and Events
Applies To: XMLField Class