ESRI.ArcGIS.ADF.ArcGISServer
DataLayerName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NAServerDataLayer Class : DataLayerName Property




The name of the layer in the map.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property DataLayerName As String
Visual Basic (Usage)Copy Code
Dim instance As NAServerDataLayer
Dim value As String
 
instance.DataLayerName = value
 
value = instance.DataLayerName
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public string DataLayerName {get; set;}

See Also

© 2010 All Rights Reserved.