BatchStartingSerialNumber Property |
Used for production batches where units will be assigned unique serial numbers (UID's), and those ID's
will conform to a sequential range. In this case, this property represents the first serial number of the batch.
This is an optional field, and may be blank.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string StartingSerialNumber { get; set; }
Public Property StartingSerialNumber As String
Get
Set
public:
property String^ StartingSerialNumber {
String^ get ();
void set (String^ value);
}
member StartingSerialNumber : string with get, set
Property Value
Type:
StringSee Also