 | MappingTypeInterfaceIDMapping Property |
Gets the collection of InterfaceIDMapping objects contained in this instance.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CAEXSequence<InterfaceIDMappingType> InterfaceIDMapping { get; }
Public ReadOnly Property InterfaceIDMapping As CAEXSequence(Of InterfaceIDMappingType)
Get
public:
property CAEXSequence<InterfaceIDMappingType^>^ InterfaceIDMapping {
CAEXSequence<InterfaceIDMappingType^>^ get ();
}
Property Value
CAEXSequenceInterfaceIDMappingType
Remarks
InterfaceIDMapping Elements are only defined since CAEX Version 3.0.
See Also