WsXmlNamespaces.GetNamespace Method
Searches for a WsXmlNamespace object by prefix and returns the namespace URI of the namespace within the collection.
Namespace: Ws.Services.Xml
Assembly: MFWsStack (in mfwsstack.dll)
Syntax
public string GetNamespace (
stringnamespacePrefix
)
Parameters
- namespacePrefix
The namespace prefix used to locate the WsXmlNamspace item in the collection.
Return Value
The namespace URI of the WsXmlNamespace in the collection, if found; otherwise, null.
Version Information
Available in .NET Micro Framework version 2.5
See Also
Reference
WsXmlNamespaces Class
WsXmlNamespaces Members
Ws.Services.Xml Namespace