Click or drag to resize
PicklistEntry Class
Represents a SalesForce picklist entry.
Inheritance Hierarchy
SystemObject
  CMS.SalesForcePicklistEntry

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class PicklistEntry

The PicklistEntry type exposes the following members.

Properties
  NameDescription
Public propertyIsActive
Gets the value indicating whether this entry is active.
Public propertyIsDefault
Gets the value indicating whether this entry is default.
Public propertyLabel
Gets the label of this entry.
Public propertyValue
Gets the value of this entry.
Top
See Also