TrackedDataItemItemId Property  | 
 
            The unique identifier of the 
Item to which this particular data item is related.
            If null, the TrackedDataItem will be recorded against all 
Items associated with
            a particular transaction.
            If specified, the TrackedDataItem will be recorded only againt the 
Item specified.
            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 Nullable<Guid> ItemId { get; set; }Public Property ItemId As Nullable(Of Guid)
	Get
	Set
public:
property Nullable<Guid> ItemId {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}member ItemId : Nullable<Guid> with get, set
Property Value
Type: 
NullableGuid
See Also