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