 | XmlSchemaElementInfoRequiredAttributes Property |
Gets the names for all required attributes defined for this instance.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic List<XmlSchemaAttribute> RequiredAttributes { get; }
Public ReadOnly Property RequiredAttributes As List(Of XmlSchemaAttribute)
Get
public:
property List<XmlSchemaAttribute^>^ RequiredAttributes {
List<XmlSchemaAttribute^>^ get ();
}
Property Value
ListXmlSchemaAttribute
See Also