Setting Class |
Namespace: Zebra.Sdk.Settings
The Setting type exposes the following members.
| Name | Description | |
|---|---|---|
| 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
| |
| Archive |
Gets or sets if this setting can be applied when loading a backup
| |
| Clone |
Gets or sets if this setting can be applied when loading a profile
| |
| IsReadOnly |
Returns true if the setting does not have write access.
| |
| IsWriteOnly |
Returns true if the setting does not have read access.
| |
| Range |
Gets or sets a string that describes the acceptable range of values for this setting.
| |
| Type |
Gets or sets a string describing the data type of the setting.
| |
| Value |
Gets or sets the setting's value.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsValid |
Returns true if value is valid for the given setting.
| |
| ToString |
Retruns a human readable string of the setting.
(Overrides ObjectToString.) |