dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / PicklistEntry Class / Active Property

In This Topic
    Active Property
    In This Topic
    Determines if the entry must be displayed in the drop-down list for the picklist field in the user interface.
    Syntax
    'Declaration
     
    Public ReadOnly Property Active As Boolean
    public bool Active {get;}

    Property Value

    true if the entry must be displayed in the drop-down list for the picklist field in the user interface; otherwise, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also