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