The UserRightsSettings type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ChangeWatchedAttributes |
Changes what attributes of the UserSettings are being watch.
(Inherited from UserSettings.) | |
| ChangeWatchedAttributesAsync |
Asynchronously changes what attributes of the UserSettings are being watch.
(Inherited from UserSettings.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAttributeAsBool |
Gets boolean value for the named attribute. A trueTruetruetrue (True in Visual Basic) boolean attribute has a string value.
of "Yes".
(Inherited from UserSettings.) | |
| GetAttributeAsString |
Gets the values for the named attribute.
(Inherited from UserSettings.) | |
| GetAttributeAsStrings |
Gets the string values for the named attribute.
(Inherited from UserSettings.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsWatching()()()() |
Determines whether a watch is active.
(Inherited from UserSettings.) | |
| IsWatching(String) |
Determines whether a watch is active and if the specified value is being watched.
(Inherited from UserSettings.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetAttributeFromBool |
Sets attribute value and propagates the changes.
(Inherited from UserSettings.) | |
| SetAttributeFromBoolAsync |
Asynchronously sets attribute value and propagates the changes.
(Inherited from UserSettings.) | |
| SetAttributeFromString |
Sets the attribute value and propagates the changes.
(Inherited from UserSettings.) | |
| SetAttributeFromStringAsync |
Asynchronously sets the attribute value and propagates the changes.
(Inherited from UserSettings.) | |
| SetAttributeFromStrings |
Sets attribute value based on strings and propagates the changes.
(Inherited from UserSettings.) | |
| SetAttributeFromStringsAsync |
Asynchronously sets attribute value based on strings and propagates the changes.
(Inherited from UserSettings.) | |
| StartWatching |
Starts watching the specified attributeNames for these UserSettings.
(Inherited from UserSettings.) | |
| StartWatchingAsync |
Asynchronously starts watching the specified attributeNames for these UserSettings.
(Inherited from UserSettings.) | |
| StopWatching |
Stops watching user settings.
(Inherited from UserSettings.) | |
| StopWatchingAsync |
Asynchronously stops watching user settings.
(Inherited from UserSettings.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |