PickingListItemKitGroup Property  | 
 
            Picking lists may be broken down into smaller sub-lists using the KitGroup property.  
            Items sharing the same KitGroup are picked and delivered to common destinations.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic string KitGroup { get; set; }Public Property KitGroup As String
	Get
	Set
public:
property String^ KitGroup {
	String^ get ();
	void set (String^ value);
}member KitGroup : string with get, set
Property Value
Type: 
String
See Also