ItemActiveBatchId Property |
The 128-bit identifier of the
Batch associated to this item.
This is a read-only property that is maintained by the system and may not be directly adjusted.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<Guid> ActiveBatchId { get; }
Public ReadOnly Property ActiveBatchId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> ActiveBatchId {
Nullable<Guid> get ();
}
member ActiveBatchId : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also