Click or drag to resize

ItemUID Property

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.242.0.0 (8.242.0.0)
Syntax
public string UID { get; set; }

Property Value

Type: String
See Also