Share via


LookupPrefix Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Retrieves the prefix from a namespace.

Namespace:  Ws.Services.Xml
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Function LookupPrefix ( _
    namespaceUri As String _
) As String
public string LookupPrefix(
    string namespaceUri
)
public:
String^ LookupPrefix(
    String^ namespaceUri
)
member LookupPrefix : 
        namespaceUri:string -> string 
public function LookupPrefix(
    namespaceUri : String
) : String

Parameters

Return Value

Type: System. . :: . .String
The prefix from a namespace.

.NET Framework Security

See Also

Reference

WsXmlNamespaces Class

Ws.Services.Xml Namespace