VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebMailmarkCmdmValueJS type / set_SupplyChainId Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_SupplyChainId Method
In This Topic
Sets the unique chain of customers involved in the mailing.
Syntax
var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_SupplyChainId(value);

Parameters

value
unique chain of customers involved in the mailing. Supported values: from "0000000" to "9999999".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if value length is not 7.
Browser Compatibility
9
5
11
5
See Also