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: