Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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