ArcGIS Runtime SDK for WPF - Library Reference
Url Property
See Also 
ESRI.ArcGIS.Client.Local Namespace > GeoprocessingTaskInfo Class : Url Property

Gets the URL of the geoprocessing task.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Url As String
C# 
public string Url {get;}

Remarks

The Url property is required by the ESRI.ArcGIS.Client.Tasks.Geoprocessor task. The URL can be useful for viewing the tasks and parameters of the geoprocessing service in the runtime local server REST Services Directory within a browser. This will help to execute geoprocessing tasks successfully by confirming that the tools and parameters specified are correct.

Property Value

A System.String representing the URL of the geoprocessing task.

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.