GetSettingsValue Method
The Parameter Name from the configuration file.
Returns the Parameter value from the Settings sub-element of this control in the SwfConfig.xml configuration file.
Remarks
The ability to fetch user-defined attributes enables you to change the run-time behavior without programming. If your application uses a custom Settings format, use GetSettingsXML
Syntax
'Declaration
 
Public Function GetSettingsValue( _
   ByVal ParamName As System.String _
) As System.String
public System.string GetSettingsValue( 
   System.string ParamName
)

Parameters

ParamName
The Parameter Name from the configuration file.