ESRI.ArcGIS.ADF.ArcGISServer
LegendGroups Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerLegendInfo Class : LegendGroups Property




Syntax

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

See Also

© 2010 All Rights Reserved.