Share via


XmlPath.NamespacesDefinitions Property

Definition

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

Applies to