Visual Basic (Declaration) | |
---|---|
Public Property Path As String |
C# | |
---|---|
public string Path {get; set;} |
This property cannot be set once the ArcGISLocalDynamicMapServiceLayer is initialized. Prior to attempting to set this property the ESRI.ArcGIS.Client.Layer.IsInitialized property should be checked. If an attempt is made to set the Path property whilst the ArcGISLocalDynamicMapServiceLayer is initialized a System.InvalidOperationException will be thrown.
Property Value
A System.String representing the map package path or URL.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8