SystemSettingServicesSetSystemSetting Method |
Modifies the value of the specified system setting.
Namespace:
FactoryLogix.xTend.Configuration
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void SetSystemSetting(
Guid sessionId,
SystemSettings setting,
Object newValue
)
Public Sub SetSystemSetting (
sessionId As Guid,
setting As SystemSettings,
newValue As Object
)
public:
virtual void SetSystemSetting(
Guid sessionId,
SystemSettings setting,
Object^ newValue
) sealed
abstract SetSystemSetting :
sessionId : Guid *
setting : SystemSettings *
newValue : Object -> unit
override SetSystemSetting :
sessionId : Guid *
setting : SystemSettings *
newValue : Object -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - setting
- Type: FactoryLogix.xTend.DataObjectsSystemSettings
An enumerated value specifying the system setting value being requested. - newValue
- Type: SystemObject
The new value for the specified system setting.
Exceptions See Also