Gets or sets the URI for the GeoRssLayer.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Uri Url { get; set; }
Visual Basic (Declaration)
Public Property Url As Uri

Field Value

A Uri referring to the target web address of the GeoRssLayer.

Remarks

See Also