NShape Reference
Data Property

<< Click to Display Table of Contents >>

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

NShape Reference
Data Property

Previous pageReturn to chapter overviewNext page

Stores user defined string data.

Syntax

public abstract string Data { get; set; }

Description

The Data property may contain any user-defined value and can be used for any purpose. The <%PRODUCTNAME> framework only provides this property and does not use it in any way.

In contrast to the Tag property, this value will be stored in the repository (requires repository version 5 or newer).