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