Click or drag to resize

Setting Properties

The Setting type exposes the following members.

Properties
  Name Description
Public property Access Gets or sets a string that describes the access permissions for the setting. RW is returned for settings that have read and write permissions. R is returned for settings that are read-only W is returned for settings that are write-only
Public property Archive Gets or sets if this setting can be applied when loading a backup
Public property Clone Gets or sets if this setting can be applied when loading a profile
Public property IsReadOnly Returns true if the setting does not have write access.
Public property IsWriteOnly Returns true if the setting does not have read access.
Public property Range Gets or sets a string that describes the acceptable range of values for this setting.
Public property Type Gets or sets a string describing the data type of the setting.
Public property Value Gets or sets the setting's value.
Top
See Also