get_AttributeType()

XmlSchemaAttribute::get_AttributeType() method

Returns the object based on the XmlSchemaAttribute::get_SchemaType or XmlSchemaAttribute::get_SchemaTypeName value of the attribute that holds the post-compilation interpretation of the AttributeType value.

SharedPtr<Object> System::Xml::Schema::XmlSchemaAttribute::get_AttributeType()

Return Value

The object that holds the post-compilation interpretation of the AttributeType value.

Deprecated
It is recommended to use get_AttributeSchemaType method instead.

See Also