Retrieves "read-only" properties for the specified data source info type
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim dsInfo As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceInfo
Dim resourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo
Dim target As String
Dim value As Dictionary(Of String,String)
value = DataSourceDiscovery.GetResourceProperties(dsInfo, resourceInfo, target) |
Parameters
- dsInfo
- Data source information object.
- resourceInfo
- Resource information object.
- target
- Value in data source type to search for.
Return Value
List of resource read-only properties
Requirements
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
See Also