ESRI.ArcGIS.Mobile
ServerMapName Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > MobileCache Class : ServerMapName Property

Gets the map name which corresponds to the DataFrame Name in the Map Document published in ArcGIS server.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property ServerMapName As String
C# 
[DesignerSerializationVisibilityAttribute()]
[BrowsableAttribute(false)]
public string ServerMapName {get;}

Remarks

If there are multiple dataframes in the Map Document, MapName will always return the active DataFrame's name.

Requirements

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