 | AMLFileWriterHeader Property |
Gets the collection of defined writer headers of the AMLFile
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ValueSequence<MetaInformation> WriterHeader { get; }
Public ReadOnly Property WriterHeader As ValueSequence(Of MetaInformation)
Get
public:
property ValueSequence<MetaInformation^>^ WriterHeader {
ValueSequence<MetaInformation^>^ get ();
}
Property Value
ValueSequenceMetaInformation
The collection writer header.
Remarks
valid only for AutomationML Version 2.0 using CAEX 2.15
See Also