Intersoft ClientUI Documentation
SaveSetting Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ApplicationPackage Class : SaveSetting Method






key
The key of which setting to be saved.
value
The custom object to be saved.
Save a custom application-specific setting to the storage.

Syntax

Visual Basic (Declaration) 
Public Sub SaveSetting( _
   ByVal key As String, _
   ByVal value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ApplicationPackage
Dim key As String
Dim value As Object
 
instance.SaveSetting(key, value)
C# 
public void SaveSetting( 
   string key,
   object value
)
Delphi 
public procedure SaveSetting( 
    key: String;
    value: TObject
); 
JScript 
public function SaveSetting( 
   key : String,
   value : Object
);
Managed Extensions for C++ 
public: void SaveSetting( 
   string* key,
   Object* value
) 
C++/CLI 
public:
void SaveSetting( 
   String^ key,
   Object^ value
) 

Parameters

key
The key of which setting to be saved.
value
The custom object to be saved.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.