<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.6.2" />

InstanceSettingFieldNames

InstanceSettingFieldNames
public const string Description = "Description"

REpresents theh description for the InstanceSetting.

public const string InitialValue = "InitialValue"

Represents the initial value for the InstanceSetting.

public const string Machine = "Machine"

Represents the name of the machine for the InstanceSetting.

public const string Name = "Name"

Represents the name of an InstanceSetting.

public const string Section = "Section"

Represents the section for the InstanceSetting.

public const string Value = "Value"

Represents the value for the InstanceSetting.

public const string ValueType = "ValueType"

Represents the value type for the InstanceSetting.