 | IObjectWithInheritedAttributesAttributeAndInherited Property |
Gets the attributes and including all inherited attributes.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<AttributeType> AttributeAndInherited { get; }
ReadOnly Property AttributeAndInherited As IEnumerable(Of AttributeType)
Get
property IEnumerable<AttributeType^>^ AttributeAndInherited {
IEnumerable<AttributeType^>^ get ();
}
Property Value
IEnumerableAttributeType
See Also