GeoStreamRepositoryCurrentDataSetNames Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns an array of server-side data set names used by this GeoStreamRepository object.
The
UseDataSets(String) method
allows you to select which server-side data sets should be used to service
requests from this GeoStreamRepository object.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public string[] CurrentDataSetNames { get; }
Public ReadOnly Property CurrentDataSetNames As String()
Get
Property Value
Type:
StringSee Also