CustomPreference Properties TIBCO Spotfire 6.0 API Reference
The CustomPreference 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.
(Inherited from PreferenceBase.)
Public propertyIsEmpty
Gets a value indicating whether this preference object only contains default property values or not.
(Inherited from PreferenceBase.)
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.
(Inherited from PreferenceBase.)
Back to Top
See Also