Keyfield Property

Specifies whether the field is a key field.

Keyfield applies only when executing the XMLTable ApplyDiffgram method. You can set this property when desired; Visual FoxPro does not set this property.

XMLField.Keyfield [= lValue]

Return Value

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

lValue

Description

False (.F.)

The field is not a key field. (Default)

True (.T.)

The field is a key field.

Remarks

Applies To: XMLField Class

See Also

Reference

ApplyDiffgram Method

XMLField Object Properties, Methods, and Events

ApplyDiffgram Method

Other Resources

Properties (Visual FoxPro)