FieldType Property
Gets or sets the type for Field.
Syntax
| Language | Syntax |
|---|---|
| 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
ishfielddatatypeAttribute (Metadata configuration). - The
ishfielddatatypeattribute is converted to a .NET Framework Type:
| ishfielddatatype | System.Type |
|---|---|
| typecontent | Trisoft.InfoShare.Content.Content |
| typedate | DateTime |
| typedatetime | DateTime |
| typeid | String |
| typelanguage | Trisoft.InfoShare.Model.InformationObjectLanguageCollection |
| typelongtext | String |
| typenumber | Decimal |
| typereference | Trisoft.InfoShare.Model.ReferenceValueListItem |
| typestring | String |
| typeversion | Trisoft.InfoShare.Version |