Gets the data type that applies to the field
Namespace:
QFDAssembly: QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public QFD..::.FieldDataType FieldDataType { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property FieldDataType As QFD..::.FieldDataType |
Visual C++ |
---|
public: property QFD..::.FieldDataType FieldDataType { QFD..::.FieldDataType get (); void set (QFD..::.FieldDataType value); } |