Return the type of the field given a name.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public abstract FieldDef..::..FieldType GetFieldType(
	string fieldName
)
Visual Basic
Public MustOverride Function GetFieldType ( _
	fieldName As String _
) As FieldDef..::..FieldType
Visual C++
public:
virtual FieldDef..::..FieldType GetFieldType(
	String^ fieldName
) abstract

Parameters

fieldName
Type: System..::..String
Name of field

Return Value

The field type

See Also