Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class DesktopSettingsConfigSectionHandler : ConfigurationSection
Inheritance: objectConfigurationElementConfigurationSectionDesktopSettingsConfigSectionHandler
Inherited Members
Constructors
C#
public DesktopSettingsConfigSectionHandler()
Properties
C#
[ConfigurationProperty("defaultApplicationArgs", IsRequired = false)]
public string DefaultApplicationArgs { get; set; }
C#
[ConfigurationProperty("defaultApplicationPath", IsRequired = false)]
public string DefaultApplicationPath { get; set; }