ESRI.ArcGIS.Mobile.Client
FeatureSourceInfoCollection Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : FeatureSourceInfoCollection Class

Collection of FeatureSourceInfo objects.

Object Model

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<XmlRootAttribute("Layers")>
Public Class FeatureSourceInfoCollection 
   Inherits BindingList(Of FeatureSourceInfo)
   Implements IJsonSerializer 
C# 
[DefaultMemberAttribute("Item")]
[XmlRootAttribute("Layers")]
public class FeatureSourceInfoCollection : BindingList<FeatureSourceInfo>, IJsonSerializer  

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<FeatureSourceInfo>
      System.ComponentModel.BindingList<FeatureSourceInfo>
         ESRI.ArcGIS.Mobile.Client.FeatureSourceInfoCollection

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also