<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

InstanceSetting

Represents an Instance Setting object.
public string Description { get; set; }

Gets or sets the description of the instance setting.

public string InitialValue { get; set; }

Gets or sets the initial value of the instance setting.

public string Machine { get; set; }

Gets or sets the name of the machine that value of the instance setting applies to.

public string Section { get; set; }

Gets or sets the name of the section in the Instance setting table where the instance setting is being added.

public string Value { get; set; }

Gets or sets the value of the instance setting.

public InstanceSettingValueType? ValueType { get; set; }

Gets or sets the type of the value for the instance setting.

public InstanceSetting()

Fills the required properties.