dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / PicklistColumn Class / AcceptCustomValues Property

In This Topic
    AcceptCustomValues Property
    In This Topic
    Determines if the user can specify a custom value, not present in the list.
    Syntax
    'Declaration
     
    Public ReadOnly Property AcceptCustomValues As Boolean
    public bool AcceptCustomValues {get;}

    Property Value

    true if the user can specify a custom value, not present in the list; otherwise, false.
    See Also