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