ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService
GetResourceProperties Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService Namespace > GISDataSource 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 ResourceInfo _
) As Dictionary(Of String, String)
Visual Basic (Usage)Copy Code
Dim instance As GISDataSource
Dim resourceInfo As ResourceInfo
Dim value As Dictionary(Of String, String)
 
value = instance.GetResourceProperties(resourceInfo)
C# 
public Dictionary<string, string> GetResourceProperties( 
   ResourceInfo resourceInfo
)

Parameters

resourceInfo
Information about the resource.

Return Value

Read-only properties for the resource

See Also

© 2010 All Rights Reserved.