The text based unique identifier that is used throughout the factory to identify this item instance.
Typically, a barcode containing this identifier is affixed to the item to allow operators to scan
and identify the item easily.
After initial creation, this property may only be alterned or updated by using the UpdateItemPrimaryUID method of ItemServices.
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 UID { get; set; }
Public Property UID As String
Get
Set
public:
property String^ UID {
String^ get ();
void set (String^ value);
}
member UID : string with get, set
Property Value
Type:
StringSee Also