ESRI.ArcGIS.ADF.Web
UIParameter Constructor(Boolean,String,String,String)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > UIParameter Class > UIParameter Constructor : UIParameter Constructor(Boolean,String,String,String)




used
Whether the parameter is used
label
The label for the parameter
help
The help for the parameter
defaultValue
The default value for the parameter
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal used As Boolean, _
   ByVal label As String, _
   ByVal help As String, _
   ByVal defaultValue As String _
)
Visual Basic (Usage)Copy Code
Dim used As Boolean
Dim label As String
Dim help As String
Dim defaultValue As String
 
Dim instance As New UIParameter(used, label, help, defaultValue)
C# 
public UIParameter( 
   bool used,
   string label,
   string help,
   string defaultValue
)

Parameters

used
Whether the parameter is used
label
The label for the parameter
help
The help for the parameter
defaultValue
The default value for the parameter

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.