Click or drag to resize

DataExchangeField Fields

The DataExchangeField type exposes the following members.

Fields
  NameDescription
Public fieldAllowsMultipleValues
Is always false for a fixed field.
(Inherited from FieldContainer.)
Public fieldFieldName
Name of property or fixed field (in the active user's language)
(Inherited from FieldContainer.)
Public fieldFieldNameShort
Short name of property or fixed field (in the active user's language). Note: for properties FieldName and FieldNameShort are always the same.
(Inherited from FieldContainer.)
Public fieldPropertyDataType
If the field contains a ValueProperty then PropertyDataType is the property's DataType. If the field contains a SetProperty or ReferenceProperty then PropertyDataType is Text. If the field contains a FixedField that can be mapped to a ValueProperty then the corresponding data type is returned. Else then Text is returned.
(Inherited from FieldContainer.)
Public fieldPropertyType
(Inherited from FieldContainer.)
Top
See Also