ClassDesktopSettingsConfigSectionHandler
Class
Class representing desktop settings configuration section handler
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopSettingsConfigSectionHandler : ConfigurationSection
Inheritance: objectConfigurationElementConfigurationSectionDesktopSettingsConfigSectionHandler
Inherited Members
Constructors
DesktopSettingsConfigSectionHandler()
Declaration
cs-api-definition
public DesktopSettingsConfigSectionHandler()
Properties
DefaultApplicationArgs
Represents the default application arguments for the Desktop tests.
Declaration
cs-api-definition
[ConfigurationProperty("defaultApplicationArgs", IsRequired = false)]
public string DefaultApplicationArgs { get; set; }
Property Value
DefaultApplicationPath
Represents the default application path for the Desktop tests.
Declaration
cs-api-definition
[ConfigurationProperty("defaultApplicationPath", IsRequired = false)]
public string DefaultApplicationPath { get; set; }
Property Value