Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 858 Bytes

File metadata and controls

48 lines (36 loc) · 858 Bytes
title description author ms.author ms.date ms.reviewer ms.topic ms.subservice search.audienceType contributors
getAttributeType (Client API reference)| MicrosoftDocs
Includes description and supported parameters for the getAttributeType method.
HemantGaur
hemantg
03/12/2022
jdaly
reference
mda-developer
developer
JimDaly

getAttributeType (Client API reference)

Returns a string value that represents the type of column.

Column types supported

All

Syntax

formContext.getAttribute(arg).getAttributeType()

Return Value

This method will return one of the following string values:

  • boolean
  • datetime
  • decimal
  • double
  • file
  • image
  • integer
  • lookup
  • memo
  • money
  • multiselectoptionset (choices)
  • optionset (choice)
  • string

[!INCLUDEfooter-include]