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




dataSource
The data source string that identifies the ArcGIS Server (Internet or Local).
identity
The Identity used to connect to the server.
userInfo
User info string.
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 ESRI.ArcGIS.ADF.Identity, _
   ByVal userInfo As String _
) As String
Visual Basic (Usage)Copy Code
Dim dataSource As String
Dim identity As ESRI.ArcGIS.ADF.Identity
Dim userInfo As String
Dim value As String
 
value = Converter.GetXmlNamespaceSubstitute(dataSource, identity, userInfo)
C# 
public static string GetXmlNamespaceSubstitute( 
   string dataSource,
   ESRI.ArcGIS.ADF.Identity identity,
   string userInfo
)

Parameters

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

Return Value

The namespace value.

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.