Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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