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.
Contains the prefix used to reference the XMLNamespace property for the corresponding object.
Visual FoxPro disregards XMLPrefix unless XMLNamespace for the corresponding object is set to a nonempty value. The XMLAdapter ToXML method disregards XMLTable XMLPrefix.
Object.Prefix
Return Value
Character data type. XMLPrefix contains a Unicode character string or is empty ("") when not populated.
Note
Before assigning a string value to XMLPrefix, you must convert the value to Unicode. You can use the STRCONV( ) function to perform this requirement.
Remarks
Applies To: XMLAdapter Class | XMLTable Class
See Also
Reference
XMLAdapter Object Properties, Methods, and Events
XMLTable Object Properties, Methods, and Events
XMLNamespace Property
ToXML Method
STRCONV( ) Function