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.0.0.0 (2.2.0.015)

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
F#
abstract GetFieldType : 
        fieldName : string -> FieldDef..::..FieldType 

Parameters

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

Return Value

Type: FieldDef..::..FieldType
The field type

See Also