DataRecordset.ObjectType Property

Visio Automation Reference

Returns visObjTypeDataRecordset, the type of a DataRecordset object. Read-only.

ms425651.vs_note(en-us,office.12).gif  Note
This Visio object or member is available only to licensed users of Microsoft Office Visio Professional 2007.

Version Information
 Version Added:  Visio 2007

Syntax

expression.ObjectType

expression   An expression that returns a DataRecordset object.

Return Value
Integer

Remarks

Constants representing object types are prefixed with visObjType and are declared by the Visio type library in VisObjectTypes.

See Also