|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| GetDiscoverableDataSourceTypes Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DataSourceDiscovery Class : GetDiscoverableDataSourceTypes Method |
- target
- Value in data source type to search for.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function GetDiscoverableDataSourceTypes( _ ByVal target As String _ ) As Dictionary(Of String,TypeConfig) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim target As String Dim value As Dictionary(Of String,TypeConfig) value = DataSourceDiscovery.GetDiscoverableDataSourceTypes(target) | |
| C# | |
|---|---|
public static Dictionary<string,TypeConfig> GetDiscoverableDataSourceTypes( string target ) | |
Parameters
- target
- Value in data source type to search for.
Return Value
List of data source types that may displayed, for example, in Manager's drop-down list of types of GIS servers that may be added.Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family