ESRI.ArcGIS.ADF.Web.DataSources
GetResourceProperties Method
See Also  Send Feedback
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

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

© 2011 All Rights Reserved.