PreferenceBase Properties TIBCO Spotfire 6.0 API Reference
The PreferenceBase type exposes the following members.
Properties

  NameDescription
Public propertyCategory
Implementations of this property are to return the name of the category to which the preference belongs. The category name must not be null or an empty string for the preference to be properly persisted.
Public propertyIsEmpty
Gets a value indicating whether this preference object only contains default property values or not.
Public propertySubCategory
Implementations of this property are to return the name of the subcategory to which the preference belongs. The subcategory must not be null or an empty string for the preference to be properly persisted.
Back to Top
See Also