TrackedDataItemItemUID Property  | 
 
            The text-based unique identifier (UID) of the 
Item to which this particular data item is related.
            If this is left empty and ItemID is null, the TrackedDataItem will be recorded against all 
Items associated with
            a particular transaction.
            If ItemId is null and this property is specified, the TrackedDataItem will be recorded only againt the 
Item
            with matching UID.  The 
Item must be associated with the transaction, or the method will fail.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic string ItemUID { get; set; }Public Property ItemUID As String
	Get
	Set
public:
property String^ ItemUID {
	String^ get ();
	void set (String^ value);
}member ItemUID : string with get, set
Property Value
Type: 
String
See Also