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.
    See Also