System::Xml::Schema::XmlSchemaAttribute::get_Use method

XmlSchemaAttribute::get_Use method

Returns information about how the attribute is used.

XmlSchemaUse System::Xml::Schema::XmlSchemaAttribute::get_Use()

ReturnValue

One of the following values: None, Prohibited, Optional, or Required. The default is Optional. Optional.

See Also