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