ESRI.ArcGIS.Mobile
MapDocumentConnection Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : MapDocumentConnection Class

Defines a connection to Map Document (MXD) and its data used for synchronizing local data.

Syntax

Visual Basic (Declaration) 
<ToolboxItemAttribute(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DesignerCategoryAttribute("code")>
Public MustInherit Class MapDocumentConnection 
   Inherits Component
C# 
[ToolboxItemAttribute(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignerCategoryAttribute("code")]
public abstract class MapDocumentConnection : Component 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection
            ESRI.ArcGIS.Mobile.MobileServices.MobileServiceConnection

Requirements

Namespace: ESRI.ArcGIS.Mobile.MobileServices

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

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also