Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class Settings.DesktopSettings
Inheritance: objectSettings.DesktopSettings
Constructors
C#
public DesktopSettings()
C#
public DesktopSettings(Settings.DesktopSettings settingsToClone)
C#
public DesktopSettings(DesktopSettingsConfigSectionHandler sectionHandler)
Properties
C#
[DataMember]
public string DefaultApplicationArgs { get; set; }
C#
[DataMember]
public string DefaultApplicationPath { get; set; }
C#
[DataMember]
public string DefaultApplicationWorkingFolder { get; set; }