Gets or sets FieldType mode representing a way the given field can be used.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public FieldType FieldType { get; set; }
Visual Basic (Declaration)
Public Property FieldType As FieldType
Visual C++
public:
property FieldType FieldType {
	FieldType get ();
	void set (FieldType value);
}

See Also