ArcGIS Runtime SDK for WPF - Library Reference
WorkspaceInfoCollection Class
Members  See Also 
ESRI.ArcGIS.Client.Local Namespace : WorkspaceInfoCollection Class

A class representing a collection of items that contain information about workspaces which will be registered with the local map service to enable the dynamic switching of layer datasources whilst the map service is running.

Object Model

WorkspaceInfoCollection ClassWorkspaceInfo Class

Syntax

Visual Basic (Declaration) 
Public Class WorkspaceInfoCollection 
   Inherits System.Collections.ObjectModel.Collection(Of WorkspaceInfo)
C# 
public class WorkspaceInfoCollection : System.Collections.ObjectModel.Collection<WorkspaceInfo> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      ESRI.ArcGIS.Client.Local.WorkspaceInfoCollection

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.