Intersoft ClientUI Documentation
SaveSetting Method



The key of which setting to be saved.
The custom object to be saved.
Save a custom application-specific setting to the storage.
Syntax
Public Sub SaveSetting( _
   ByVal key As String, _
   ByVal value As Object _
) 
Dim instance As ApplicationPackage
Dim key As String
Dim value As Object
 
instance.SaveSetting(key, value)
public void SaveSetting( 
   string key,
   object value
)
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationPackage Class
ApplicationPackage Members

Send Feedback