XmlDsigXPathTransform.Namespaces Property
Gets or sets an XmlNamespaceManager that is used for resolving namespaces for prefixes in the XPath expression.
Namespace: Microsoft.Web.Services3.Security.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim xmlDsigXPathTransform1 As XmlDsigXPathTransform
Dim returnValue As XmlNamespaceManager
returnValue = xmlDsigXPathTransform1.Namespaces
Dim sampleValue As XmlNamespaceManager
xmlDsigXPathTransform1.Namespaces = sampleValue
Syntax
'Declaration
Protected Property Namespaces() As XmlNamespaceManager
protected XmlNamespaceManager Namespaces {get; set;}
protected:
property XmlNamespaceManager^ Namespaces {
XmlNamespaceManager^ get();
void set(XmlNamespaceManager^ value);
}
protected XmlNamespaceManager get_Namespaces();
protected void set_Namespaces(XmlNamespaceManager);
protected function get Namespaces() : XmlNamespaceManager;
protected function set Namespaces(XmlNamespaceManager);
Property Value
An XmlNamespaceManager that is used for resolving namespaces for prefixes in the XPath expression.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
XmlDsigXPathTransform Class
XmlDsigXPathTransform Members
Microsoft.Web.Services3.Security.Xml Namespace