ESRI.ArcGIS.ADF.ArcGISServer
GetXmlNamespaceSubstitute(String,Identity,String) Method
See Also 
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 Identity, _
   ByVal userInfo As String _
) As String
Visual Basic (Usage)Copy Code
Dim dataSource As String
Dim identity As Identity
Dim userInfo As String
Dim value As String
 
value = Converter.GetXmlNamespaceSubstitute(dataSource, identity, userInfo)
C# 
public static string GetXmlNamespaceSubstitute( 
   string dataSource,
   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.

See Also

© 2010 All Rights Reserved.