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