ESRI.ArcGIS.ADF.Web.UI.WebControls
Item Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerDefinitionCollection Class : Item Property




layerID
ID of the layer to retrieve.
The definition for the specified layer.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal layerID As String _
) As LayerDefinition
Visual Basic (Usage)Copy Code
Dim instance As LayerDefinitionCollection
Dim layerID As String
Dim value As LayerDefinition
 
instance.Item(layerID) = value
 
value = instance.Item(layerID)
C# 
public LayerDefinition this[ 
   string layerID
]; {get; set;}

Parameters

layerID
ID of the layer to retrieve.

See Also

© 2010 All Rights Reserved.