Share via


IsBinary Property

Specifies whether the field is Binary in the XML Schema.

XMLField.IsBinary [= lValue]

Property Values

Logical data type. The following table lists values for lValue.

lValue Description
False (.F.) The field is not Binary but String in the XML Schema. (Default)
True (.T.) The field is specified as Binary in the XML Schema.

Remarks

For the IsBase64 property to apply, IsBinary must be True (.T.).

See Also

Properties | XMLField Object Properties, Methods, and Events

Applies To: XMLField Class