ESRI.ArcGIS.ADF.Web
Used Property
See Also 
ESRI.ArcGIS.ADF.Web Namespace > UIParameter Class : Used Property




Whether the parameter is used. For unused parameters, labels are rendered.

Syntax

Visual Basic (Declaration) 
Public Property Used As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UIParameter
Dim value As Boolean
 
instance.Used = value
 
value = instance.Used
C# 
public bool Used {get; set;}

See Also

© 2010 All Rights Reserved.