Click or drag to resize
FieldDefGetObjectType Method
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.0.0.0 (2.1.5.12)
Syntax
public static FieldDefFieldType GetObjectType(
	Object obj
)

Parameters

obj
Type: SystemObject
object

Return Value

Type: FieldDefFieldType
FieldType of the object
See Also