SystemSettingServicesSetPersonalSetting Method  | 
 
            Modifies the value of the specified personalized system setting.
            
 
    Namespace: 
   FactoryLogix.xTend.Configuration
    Assembly:
   FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic void SetPersonalSetting(
	Guid sessionId,
	SystemSettings setting,
	string userName,
	Object newValue
)
Public Sub SetPersonalSetting ( 
	sessionId As Guid,
	setting As SystemSettings,
	userName As String,
	newValue As Object
)
public:
virtual void SetPersonalSetting(
	Guid sessionId, 
	SystemSettings setting, 
	String^ userName, 
	Object^ newValue
) sealed
abstract SetPersonalSetting : 
        sessionId : Guid * 
        setting : SystemSettings * 
        userName : string * 
        newValue : Object -> unit 
override SetPersonalSetting : 
        sessionId : Guid * 
        setting : SystemSettings * 
        userName : string * 
        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
A Guid value representing the primary key of the system setting in the FactoryLogix database. - userName
 - Type: SystemString
The username of the user account whose personalized system setting is being modified. - newValue
 - Type: SystemObject
The new value for the specified system setting. 
Exceptions
See Also