Intersoft ClientUI Documentation
GetSetting Method



The key of which value to retrieve.
Gets the value of the setting given the key from the application storage.
Syntax
Public Function GetSetting( _
   ByVal key As String _
) As Object
Dim instance As ApplicationPackage
Dim key As String
Dim value As Object
 
value = instance.GetSetting(key)
public object GetSetting( 
   string key
)
public:
Object^ GetSetting( 
   String^ key
) 

Parameters

key
The key of which value to retrieve.

Return Value

An object instance.
Remarks
To learn how to use the GetSetting method, see How-to: Save and Load an Application-specific Settings.
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