 | AutomationMLContainerGetRelationShipsByType Method |
Returns an enumeration of all relationships with the given relationship type.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<PackageRelationship> GetRelationShipsByType(
AutomationMLContainerRelationshipType relationType
)
Public Function GetRelationShipsByType (
relationType As AutomationMLContainerRelationshipType
) As IEnumerable(Of PackageRelationship)
public:
IEnumerable<PackageRelationship^>^ GetRelationShipsByType(
AutomationMLContainerRelationshipType^ relationType
)
Parameters
- relationType AutomationMLContainerRelationshipType
-
Type of the relation.
Return Value
IEnumerablePackageRelationship
IEnumerable<PackageRelationship>.
See Also