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
DefaultValue
Default picklist value
[JsonProperty(PropertyName = "defaultValue")]
public bool DefaultValue { get; set; }
Property Value
Label
Value label
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
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; }