get_Use()

XmlSchemaAttribute::get_Use() method

Returns information about how the attribute is used.

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

Return Value

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

See Also