The UserSettings type exposes the following members.

Constructors

  NameDescription
Public methodUserSettings
Initializes a new instance of the UserSettings class for the current session user.

Methods

  NameDescription
Public methodChangeWatchedAttributes
Changes what attributes of the UserSettings are being watch.
Public methodChangeWatchedAttributesAsync
Asynchronously changes what attributes of the UserSettings are being watch.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributeAsBool
Gets boolean value for the named attribute. A trueTruetruetrue (True in Visual Basic) boolean attribute has a string value. of "Yes".
Public methodGetAttributeAsString
Gets the values for the named attribute.
Public methodGetAttributeAsStrings
Gets the string values for the named attribute.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsWatching()()()()
Determines whether a watch is active.
Public methodIsWatching(String)
Determines whether a watch is active and if the specified value is being watched.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAttributeFromBool
Sets attribute value and propagates the changes.
Public methodSetAttributeFromBoolAsync
Asynchronously sets attribute value and propagates the changes.
Public methodSetAttributeFromString
Sets the attribute value and propagates the changes.
Public methodSetAttributeFromStringAsync
Asynchronously sets the attribute value and propagates the changes.
Public methodSetAttributeFromStrings
Sets attribute value based on strings and propagates the changes.
Public methodSetAttributeFromStringsAsync
Asynchronously sets attribute value based on strings and propagates the changes.
Public methodStartWatching
Starts watching the specified attributeNames for these UserSettings.
Public methodStartWatchingAsync
Asynchronously starts watching the specified attributeNames for these UserSettings.
Public methodStopWatching
Stops watching user settings.
Public methodStopWatchingAsync
Asynchronously stops watching user settings.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Events

  NameDescription
Public eventWatchedAttributesChanged
Occurs when one of the watched attribute values has been changed.

See Also