| XmlAttribute {System.Xml} | .NET clr documentation | 
            
# namespace System.Xml
export class XmlAttribute extends XmlNode {
   Attributes: XmlAttributeCollection;
   BaseURI: string;
   ChildNodes: XmlNodeList;
   FirstChild: XmlNode;
   HasChildNodes: boolean;
   IsReadOnly: boolean;
   LastChild: XmlNode;
   LocalName: string;
   Name: string;
   NamespaceURI: string;
   NextSibling: XmlNode;
   NodeType: XmlNodeType;
   OuterXml: string;
   OwnerDocument: XmlDocument;
   OwnerElement: XmlElement;
   ParentNode: XmlNode;
   Prefix: string;
   PreviousSibling: XmlNode;
   PreviousText: XmlNode;
   SchemaInfo: IXmlSchemaInfo;
   Specified: boolean;
   Value: string;
}
        
        Attributes: XmlAttributeCollectionChildNodes: XmlNodeListFirstChild: XmlNodeLastChild: XmlNodeNextSibling: XmlNodeNodeType: XmlNodeTypeOwnerDocument: XmlDocumentOwnerElement: XmlElementParentNode: XmlNodePreviousSibling: XmlNodePreviousText: XmlNodeSchemaInfo: IXmlSchemaInfo