PartAssignmentBOMLineItemID Property |
Unique Identifier to the BOM line item relating to this part assignment
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> BOMLineItemID { get; }
Public ReadOnly Property BOMLineItemID As Nullable(Of Guid)
Get
public:
property Nullable<Guid> BOMLineItemID {
Nullable<Guid> get ();
}
member BOMLineItemID : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also