다음을 통해 공유


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 XMLAdapterToXML method disregards XMLTableXMLPrefix.

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