Gets the data type that applies to the field

Namespace:  QFD
Assembly:  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);
}

Field Value

Return Value

Remarks

See Also