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