Click or drag to resize
EntityAttributeModelPicklistEntries Property
Gets the collection of picklist entries.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<PicklistEntry> PicklistEntries { get; }

Property Value

Type: IEnumerablePicklistEntry
See Also