Edit

TestSettings Class

Definition

Represents the test settings of the run. Used to create test settings and fetch test settings

[System.Runtime.Serialization.DataContract]
public class TestSettings
[System.Runtime.Serialization.DataContract]
[Microsoft.VisualStudio.Services.WebApi.ClientInternalUseOnly(false)]
public class TestSettings
type TestSettings = class
Public Class TestSettings
Inheritance
TestSettings
Attributes
DataContractAttribute Microsoft.VisualStudio.Services.WebApi.ClientInternalUseOnlyAttribute

Constructors

TestSettings()
TestSettings(Int32)
TestSettings(String, String, String)

Properties

AreaPath

Area path required to create test settings

Description

Description of the test settings. Used in create test settings.

IsPublic

Indicates if the tests settings is public or private.Used in create test settings.

MachineRoles

Xml string of machine roles. Used in create test settings.

TestSettingsContent

Test settings content.

TestSettingsId

Test settings id.

TestSettingsName

Test settings name.

Applies to