The PreferenceBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Category |
Gets the name of the category.
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.
|
![]() |
IsEmpty |
Gets a value indicating whether this preference object only contains default property values or not.
|
![]() |
SubCategory |
Gets the name of the sub category.
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.
|
See Also