Documentation Center

FieldType Property

Gets or sets the type for Field.

Syntax

LanguageSyntax
C#Type FieldType { get; }
Visual Basic (Declaration)ReadOnly Property FieldType As Type
Visual C++property Type^ FieldType { Type^ get (); }

Field Value

The Type for the value of Field.

Remarks

  • The value of the FieldType property can be set using the metadata configuration file. For more information, see ishfielddatatype Attribute (Metadata configuration).
  • The ishfielddatatype attribute is converted to a .NET Framework Type:
ishfielddatatypeSystem.Type
typecontentTrisoft.InfoShare.Content.Content
typedateDateTime
typedatetimeDateTime
typeidString
typelanguageTrisoft.InfoShare.Model.InformationObjectLanguageCollection
typelongtextString
typenumberDecimal
typereferenceTrisoft.InfoShare.Model.ReferenceValueListItem
typestringString
typeversionTrisoft.InfoShare.Version