[Visual Basic] Property DataType As Object [C#] object DataType { get; set; } [C++] __property Object* get_DataType(); __property void set_DataType(Object* ); [JScript] function get DataType() : Object function set DataType(Object);
Returns the DataType of the node. This can be an XmlSchemaDatatype, XmlSchemaSimpleType, or XmlSchemaComplexType
IDXmlNode Interface | XRules Namespace