New to Telerik Test StudioStart a free 30-day trial

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)
Parameters:settingsToCloneSettings.DesktopSettings
C#
public DesktopSettings(DesktopSettingsConfigSectionHandler sectionHandler)
Parameters:sectionHandlerDesktopSettingsConfigSectionHandler
C#
public DesktopSettings(string defaultApplicationPath)
Parameters:defaultApplicationPathstring

Properties

C#
[DataMember]
public string DefaultApplicationArgs { get; set; }
C#
[DataMember]
public string DefaultApplicationPath { get; set; }
C#
[DataMember]
public string DefaultApplicationWorkingFolder { get; set; }