GetSettingsValue Method
OpenText Functional Testing 2022 and later: Following the discontinuance of the Silverlight development framework, OpenText Functional Testing no longer supports the Silverlight Add-in by default.
If you need to use and extend the Silverlight Add-in, contact OpenText Support.
Returns the Parameter value from the control's Settings element in the toolkit configuration file.
Settings format, use GetSettingsXML.| Visual Basic (Declaration) |
|---|
Overridable Function GetSettingsValue( _ ByVal strAttribute As String _ ) As String |
| C# |
|---|
virtual string GetSettingsValue( string strAttribute ) |
Parameters
- strAttribute
- The
Parameter Namefrom the configuration file.
Reference
IUtilityObject Interface

