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




The default value to insert into the text box when the query form is displayed at runtime.

Syntax

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

See Also

© 2010 All Rights Reserved.