 | AMLFacetNotAssignedParentAttributes Method |
Get the parent attributes which are yet not assigned with the AMLFacet
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<AttributeType> NotAssignedParentAttributes()
Public Function NotAssignedParentAttributes As IEnumerable(Of AttributeType)
public:
IEnumerable<AttributeType^>^ NotAssignedParentAttributes()
Return Value
IEnumerableAttributeTypeA collection of not assigned Attribute objects.
See Also