This is the contract to update a single setting
Inheritance Hierarchy
PASI.DataContract.SystemSettingInfo
Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SettingInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SettingInfo |
Properties
| Name | Description | |
|---|---|---|
| Name | (Required)
The name of the setting
| |
| PASICoreVersion | (Required)
The PASI version of the setting
| |
| Value |
The value of the setting. The value must be valid for the given setting as declared within the
system. If the setting is optional the value may be null.
|
See Also