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.4.0.001)
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
|
Return Value
Type:
FieldDef..::..FieldTypeThe field type
See Also