ESRI.ArcGIS.ADF.Web.DataSources
GetResourceProperties Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IDataSourceDiscovery Interface : GetResourceProperties Method




resourceInfo
Information about the resources
Get "read-only" properties for the resource.

Syntax

Visual Basic (Declaration) 
Function GetResourceProperties( _
   ByVal resourceInfo As ResourceInfo _
) As Dictionary(Of String, String)
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceDiscovery
Dim resourceInfo As ResourceInfo
Dim value As Dictionary(Of String, String)
 
value = instance.GetResourceProperties(resourceInfo)
C# 
Dictionary<string, string> GetResourceProperties( 
   ResourceInfo resourceInfo
)

Parameters

resourceInfo
Information about the resources

Return Value

Read-Only Properties for a resource

See Also

© 2010 All Rights Reserved.