Get the field type depending on the type of the obj
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 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
) |
F# |
---|
static member GetObjectType :
obj : Object -> FieldDef..::..FieldType
|
Return Value
Type:
FieldDef..::..FieldTypeFieldType of the object
See Also