ItemSplitFromItemId Property |
For part or raw material type items, the unique identifier (Guid)
of the original item that has been split.
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> SplitFromItemId { get; }
Public ReadOnly Property SplitFromItemId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> SplitFromItemId {
Nullable<Guid> get ();
}
member SplitFromItemId : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also