LabelResponseV3ZPLCode Property |
[This is preliminary documentation and is subject to change.]
Label ZPL code for Zebra printers. The ZPL code is only generated if [!:ZPLGenerator.LabelType]
is set to ZPL.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string ZPLCode { get; set; }
Public Property ZPLCode As String
Get
Set
public:
virtual property String^ ZPLCode {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
String
See Also