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 _
) As String |
Visual Basic (Usage) | Copy Code |
---|
Dim proxy As Catalog
Dim value As String
value = Converter.GetXmlNamespaceSubstitute(proxy) |
Parameters
- proxy
- The server catalog proxy.
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