SettingInfo ClassProvincial Approach to Student Information API
This is the contract to update a single setting
Inheritance Hierarchy

SystemObject
  PASI.DataContract.SystemSettingInfo

Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class SettingInfo

The SettingInfo type exposes the following members.

Constructors

  NameDescription
Public methodSettingInfo
Top
Properties

  NameDescription
Public propertyName
(Required) The name of the setting
Public propertyPASICoreVersion
(Required) The PASI version of the setting
Public propertyValue
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.
Top
See Also

Reference