Return the type of the field given a name.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract FieldDefFieldType GetFieldType(
string fieldName
)
Public MustOverride Function GetFieldType (
fieldName As String
) As FieldDefFieldType
public:
virtual FieldDefFieldType GetFieldType(
String^ fieldName
) abstract
abstract GetFieldType :
fieldName : string -> FieldDefFieldType
Parameters
- fieldName
- Type: SystemString
Name of field
Return Value
Type:
FieldDefFieldTypeThe field type
See Also