TestsConfig.GetTestAppSetting Method |
Gets the app setting from test configuration file
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntaxpublic static string GetTestAppSetting(
string name
)
Parameters
- name
- Type: System.String
App setting name
Return Value
Type:
String
See Also