 | MetaInformationWriterName Property |
the name of the writer tool (e.g. CoDeSys)
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string WriterName { get; set; }
Public Property WriterName As String
Get
Set
public:
property String^ WriterName {
String^ get ();
void set (String^ value);
}
Property Value
String
The name of the writer.
See Also