XmlNamespaces.XmlNamespacesElements Property
Gets a list of XML namespace elements.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property XmlNamespacesElements As IList(Of XmlNamespacesElement)
public IList<XmlNamespacesElement> XmlNamespacesElements { get; }
public:
property IList<XmlNamespacesElement^>^ XmlNamespacesElements {
IList<XmlNamespacesElement^>^ get ();
}
member XmlNamespacesElements : IList<XmlNamespacesElement>
function get XmlNamespacesElements () : IList<XmlNamespacesElement>
Property Value
Type: System.Collections.Generic.IList<XmlNamespacesElement>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.