ESRI.ArcGIS.ADF.Tasks
ResourceList Class
Members  See Also 
ESRI.ArcGIS.ADF.Tasks Namespace : ResourceList Class




A collection of strings representing map resources not to display in the legend.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class ResourceList 
   Inherits List(Of String)
Visual Basic (Usage)Copy Code
Dim instance As ResourceList
C# 
[SerializableAttribute()]
public class ResourceList : List<string> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<String>
      ESRI.ArcGIS.ADF.Tasks.ResourceList

See Also

© 2010 All Rights Reserved.