ESRI.ArcGIS.ADF.ArcGISServer
GetXmlNamespaceSubstitute(Catalog,String) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Converter Class > GetXmlNamespaceSubstitute Method : GetXmlNamespaceSubstitute(Catalog,String) Method




proxy
The server catalog proxy.
datasource
The data source string that identifies the ArcGIS Server (Internet or Local).
Gets a string for the XML namespace of the server, using the specified server catalog.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetXmlNamespaceSubstitute( _
   ByVal proxy As Catalog, _
   ByVal datasource As String _
) As String
Visual Basic (Usage)Copy Code
Dim proxy As Catalog
Dim datasource As String
Dim value As String
 
value = Converter.GetXmlNamespaceSubstitute(proxy, datasource)
C# 
public static string GetXmlNamespaceSubstitute( 
   Catalog proxy,
   string datasource
)

Parameters

proxy
The server catalog proxy.
datasource
The data source string that identifies the ArcGIS Server (Internet or Local).

Return Value

The namespace value.

See Also

© 2010 All Rights Reserved.