|  | AMLSystemUnitClassAMLPorts Property | 
                Gets the Collection of AMLPort objects.
            
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
 Syntax
Syntaxpublic IEnumerable<AMLPort> AMLPorts { get; }Public ReadOnly Property AMLPorts As IEnumerable(Of AMLPort)
	Get
public:
property IEnumerable<AMLPort^>^ AMLPorts {
	IEnumerable<AMLPort^>^ get ();
}Property Value
IEnumerableAMLPort See Also
See Also