Proprietà DedCommandContextBicList
             | 
          
        
        
            Restituisce una lista contenente i BomItemCollection
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic List<BomItemCollection> BicList { get; set; }Public Property BicList As List(Of BomItemCollection)
	Get
	Set
public:
property List<BomItemCollection^>^ BicList {
	List<BomItemCollection^>^ get ();
	void set (List<BomItemCollection^>^ value);
}member BicList : List<BomItemCollection> with get, set
Valore della proprietà
ListBomItemCollection
Vedi anche