XmlPath.NamespacesDefinitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use the Namespaces property instead
Gets the namespace definitions used in XPath. Use Namespaces instead
public System.Collections.Generic.IList<string> NamespacesDefinitions { get; }
[System.Obsolete("Use the Namespaces property instead")]
public System.Collections.Generic.IList<string> NamespacesDefinitions { get; }
member this.NamespacesDefinitions : System.Collections.Generic.IList<string>
[<System.Obsolete("Use the Namespaces property instead")>]
member this.NamespacesDefinitions : System.Collections.Generic.IList<string>
Public ReadOnly Property NamespacesDefinitions As IList(Of String)
Property Value
- Attributes