NShape Reference
Tag Property

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
Tag Property

Previous pageReturn to chapter overviewNext page

Gets and sets the tag of the shape.

Syntax

public abstract object Tag { getset; }

Description

The tag is any user-defined value that can be used for any purpose. <%PRODUCTNAME> only provides this property and does not process it in any way.

This value is not serialized by the base classes and must not be serialized by any derived classes. Moreover, it will not be stored in the repository.

Value

Any reference type object.