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

In This Topic
    DefaultValue Property
    In This Topic
    Determines if this entry is a default value for the picklist.
    Syntax
    'Declaration
     
    Public ReadOnly Property DefaultValue As Boolean
    public bool DefaultValue {get;}

    Property Value

    true if this entry is a default value for the picklist; otherwise, false.
    Remarks
    Only one picklist antry can be a default value of PicklistColumn.
    See Also