 | AutomationMLContainerGetRelationShips Method |
Returns an enumeration of all contained relationships of this instance.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<PackageRelationship> GetRelationShips()
Public Function GetRelationShips As IEnumerable(Of PackageRelationship)
public:
IEnumerable<PackageRelationship^>^ GetRelationShips()
Return Value
IEnumerablePackageRelationship
IEnumerable<PackageRelationship>.
See Also