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




dataSource
The data source string that identifies the ArcGIS Server (Internet or Local).
identity
The Identity used to connect to the server.
Gets a string for the XML namespace of the server, using the specified data source.

Syntax

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

Parameters

dataSource
The data source string that identifies the ArcGIS Server (Internet or Local).
identity
The Identity used to connect to the server.

Return Value

The namespace value.

See Also

© 2010 All Rights Reserved.