StartResultBatchId Property |
If the operation was successful, a 128-bit unique identifier for the batch the newly started items are active in.
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> BatchId { get; }
Public ReadOnly Property BatchId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> BatchId {
Nullable<Guid> get ();
}
member BatchId : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also