DataPropertyClass Enumeration TIBCO Spotfire 6.0 API Reference
The different classes that a DataProperty can belong to.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public enum DataPropertyClass
Members

  Member nameValueDescription
Analysis0Obsolete. The property is shared in the entire analysis.
Document0 The property is shared in the entire document.
Column1The property is for a specific DataColumn.
Table2The property is for a specific DataTable.
See Also