ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetResourceProperties Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GISDataSourceBase Class : GetResourceProperties Method




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

Syntax

Visual Basic (Declaration) 
Public Function GetResourceProperties( _
   ByVal resourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo _
) As Dictionary(Of String,String)
Visual Basic (Usage)Copy Code
Dim instance As GISDataSourceBase
Dim resourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo
Dim value As Dictionary(Of String,String)
 
value = instance.GetResourceProperties(resourceInfo)
C# 
public Dictionary<string,string> GetResourceProperties( 
   ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo resourceInfo
)

Parameters

resourceInfo
Information about the resource.

Return Value

Read-only properties for the 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.