XMLPrefix Property

Visual Studio .NET 2003

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

Property Values

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.

See Also

Properties | XMLAdapter Object Properties, Methods, and Events | XMLTable Object Properties, Methods, and Events | XMLNamespace Property | ToXML Method | STRCONV( ) Function

Applies To: XMLAdapter Class | XMLTable Class

Show: