Get the field type depending on the type of the obj

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

Syntax

C#
public static FieldDef..::..FieldType GetObjectType(
	Object obj
)
Visual Basic
Public Shared Function GetObjectType ( _
	obj As Object _
) As FieldDef..::..FieldType
Visual C++
public:
static FieldDef..::..FieldType GetObjectType(
	Object^ obj
)

Parameters

obj
Type: System..::..Object
object

Return Value

FieldType of the object

See Also