Click or drag to resize

IPropertyService Methods

The IPropertyService type exposes the following members.

Methods
 NameDescription
Public methodGetValueT(PropertyKeyT, RuntimePropertyKind) Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
Public methodGetValueT(String, T) Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
Public methodGetValueT(PropertyKeyT, RuntimePropertyKind, FuncT) Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
Public methodGetValueOrNullT Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
Public methodSave Saves the user settings.
Public methodSetValueT(PropertyKeyT, T) Sets a value belonging to a property key
Public methodSetValueT(String, T) Sets a value associated with a property key.
Top
See Also