ESRI.ArcGIS.ADF.ArcGISServer
LayerDescriptions Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapDescription Class : LayerDescriptions Property




Syntax

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

See Also

© 2010 All Rights Reserved.