Share via


DataConnection.ID Property

Visio Automation Reference

Gets the unique identifier of the DataConnection object assigned by Visio. Read-only.

ms367369.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.ID

expression   A variable that represents a DataConnection object.

Return Value
Long

Remarks

DataConnection IDs are never recycled for a particular document.

ID is the default property of the DataConnection object.

See Also