Gets the Table associated with 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 Table Table { get; }
Visual Basic (Declaration)
Public ReadOnly Property Table As Table

Field Value

A Table object containing the data referenced by the GeoRssLayer; a null reference (Nothing in Visual Basic) if the layer is not connected.

Remarks

See Also