DataRecordset.ObjectType Property
Visio Automation Reference |
Returns visObjTypeDataRecordset, the type of a DataRecordset object. Read-only.
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