ESRI.ArcGIS.ADF.Tasks
DefaultValues Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > FormEntry Class : DefaultValues Property




The values from which the user may choose in a drop-down list when ShowPickList is true.

Syntax

Visual Basic (Declaration) 
Public Property DefaultValues As StringCollection
Visual Basic (Usage)Copy Code
Dim instance As FormEntry
Dim value As StringCollection
 
instance.DefaultValues = value
 
value = instance.DefaultValues
C# 
public StringCollection DefaultValues {get; set;}

Remarks

See ShowPickList for a discussion of the use of the pick list and default values.

See Also

© 2010 All Rights Reserved.