ESRI.ArcGIS.ADF.ArcGISServer
MapLayerInfos Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerInfo Class : MapLayerInfos Property




Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
Public Property MapLayerInfos As MapLayerInfo()
Visual Basic (Usage)Copy Code
Dim instance As MapServerInfo
Dim value() As MapLayerInfo
 
instance.MapLayerInfos = value
 
value = instance.MapLayerInfos
C# 
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
public MapLayerInfo[] MapLayerInfos {get; set;}

See Also

© 2010 All Rights Reserved.