ESRI.ArcGIS.ADF.Web.DataSources
Visible Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > FieldInfo Class : Visible Property




Is the field to be displayed when a record from this layer is presented as a set of field name-value pairs.

Syntax

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

See Also

© 2010 All Rights Reserved.