 | MetaInformationWriterVendorURL Property |
the web URL of the vendor - helps to get in contact to the vendor
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string WriterVendorURL { get; set; }
Public Property WriterVendorURL As String
Get
Set
public:
property String^ WriterVendorURL {
String^ get ();
void set (String^ value);
}
Property Value
String
The writer vendor URL.
See Also