[This is preliminary documentation and is subject to change.]

Gets the type of the object

Namespace:  OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static DataTable GetObjectTypes()
Visual Basic (Declaration)
Public Shared Function GetObjectTypes As DataTable
Visual C++
public:
static DataTable^ GetObjectTypes()

Return Value

The datatable that gives the type information

See Also