VendorPartVendor Property  | 
 
            The vendor that uses this part number to identify a part.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic Vendor Vendor { get; set; }Public Property Vendor As Vendor
	Get
	Set
public:
property Vendor^ Vendor {
	Vendor^ get ();
	void set (Vendor^ value);
}member Vendor : Vendor with get, set
Property Value
Type: 
Vendor
See Also