Share via


Name Property (TableView Object)

Name Property (TableView Object)

Important  The Collaboration Data Objects (CDO) 1.2.1 Rendering objects are not installed by or supported for use with Exchange Server 2003 or later.

The Name property returns the display name of this TableView object. Read-only.

Syntax

objTableView.Name

Data Type

String

Remarks

The Name property represents the display name assigned to this table view. It can be used to refer to the table view, and to retrieve it by name using the container renderers CurrentView property or the Views collection's Item property.

You should give every view object a unique name. CDO does not enforce uniqueness, but if a collection has duplicate names, only the first one can be found by name.

See Also

Concepts

TableView Object