Table of Contents

Class PickListValue

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll

Picklist value

public class PickListValue
Inheritance
PickListValue
Inherited Members

Properties

Active

Active

[JsonProperty(PropertyName = "active")]
public bool Active { get; set; }

Property Value

bool

DefaultValue

Default picklist value

[JsonProperty(PropertyName = "defaultValue")]
public bool DefaultValue { get; set; }

Property Value

bool

Label

Value label

[JsonProperty(PropertyName = "label")]
public string Label { get; set; }

Property Value

string

ValidFor

Valid for property

[JsonProperty(PropertyName = "validFor")]
public byte[] ValidFor { get; set; }

Property Value

byte[]

Value

Picklist item value

[JsonProperty(PropertyName = "value")]
public string Value { get; set; }

Property Value

string