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