 | SystemUnitClassTypeInternalLink Property |
Gets the collection of InternalLink objects contained in this instance.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CAEXSequenceOfCAEXObjects<InternalLinkType> InternalLink { get; }
Public ReadOnly Property InternalLink As CAEXSequenceOfCAEXObjects(Of InternalLinkType)
Get
public:
property CAEXSequenceOfCAEXObjects<InternalLinkType^>^ InternalLink {
CAEXSequenceOfCAEXObjects<InternalLinkType^>^ get ();
}
Property Value
CAEXSequenceOfCAEXObjectsInternalLinkType
See Also