PreferencePropertyT Properties

Spotfire 14.3 API Reference

The PreferencePropertyT generic type exposes the following members.

Properties

  NameDescription
Public propertyName
Gets the name of this property.
(Inherited from PreferencePropertyBase.)
Public propertyUsage
Gets the usage of the property.
(Inherited from PreferencePropertyBase.)
Public propertyValue
Gets or sets the value of the property. A get request to this property will return the overridden value of a preference property. That is, if the user has overridden the value inherited from the user group, that inherited value is returned. Otherwise, the group value is returned. The same way, group values may override the values inherited from parent groups. If no value can be found, neither at the group level nor at the user level, a default value is returned. The default value is passed to the constructors of this class, either as a value or a PreferencePropertyTDefaultValueCalculatorCallback. If no default value exists, null is returned for reference types, and 0 is returned for value types.

Setting the property will only affect the user level value and override the inherited group value (if such exists).

After setting or resetting the value of a preference property, Save() must be called on the owning preference to cause the property to be persisted.

Public propertyValueType
Gets the type of the value of this property.
(Inherited from PreferencePropertyBase.)
Top
See Also

Reference