ReturnType Property

From Microsoft FrontPage Visual Basic

Show All

ReturnType Property

Returns an FpFieldType that represents the type of field.

FpFieldType can be one of the following FpFieldType constants.

fpFieldAttachmentsReturns a ListFieldAttachments object.
fpFieldChoiceReturns a ListFieldChoice object.
fpFieldComputedReturns a ListFieldComputed object.
fpFieldCounterReturns a ListFieldCounter object.
fpFieldCurrencyReturns a ListFieldCurrency object.
fpFieldDateTimeReturns a ListFieldDateTime object.
fpFieldFileReturns a ListFieldFile object.
fpFieldIntegerReturns a ListFieldInteger object.
fpFieldLookupReturns a ListFieldLookup object.
fpFieldMultiLineReturns a ListFieldMultiline object.
fpFieldNumberReturns a ListFieldNumber object.
fpFieldRatingScaleReturns a ListFieldRatingScale object.
fpFieldSingleLineReturns a ListFieldSingleLine object.
fpFieldTrueFalseReturns a ListFieldTrueFalse object.
fpFieldURLReturns a ListFieldURL object.

expression.ReturnType

expression    Required. An expression that returns one of the objects in the Applies To list.