Gets the type of the field.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Type FieldType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property FieldType As Type Get |
| Visual C++ |
|---|
public: virtual property Type^ FieldType { Type^ get () sealed; } |
| F# |
|---|
abstract FieldType : Type with get override FieldType : Type with get |
Property Value
Type: TypeThe type of the field.