InternalPartAssemblyCustomer Property |
Points to a customer that exists in the customer library in FactoryLogix.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Customer AssemblyCustomer { get; set; }
Public Property AssemblyCustomer As Customer
Get
Set
public:
property Customer^ AssemblyCustomer {
Customer^ get ();
void set (Customer^ value);
}
member AssemblyCustomer : Customer with get, set
Property Value
Type:
CustomerRemarks
Only valid if isAssembly is true
See Also