Links are not active on this page.
 XMLPrefix Property

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

Expand imageReturn Value

Character data type. XMLPrefix contains a Unicode character string or is empty ("") when not populated.

NoteNote

Before assigning a string value to XMLPrefix, you must convert the value to Unicode. You can use the STRCONV( ) function to perform this requirement.

Expand imageRemarks

Expand imageSee Also