Proprietà DistHeaderItems
             | 
          
        
        
            Restituisce la distinta di questa intestazione.
            Restituisce l'insieme degli elementi trovati oppure una collezione vuota se non ce ne sono oppure null se il codice richiesto non è presente in anagrafica.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic BomItemCollection Items { get; set; }Public Property Items As BomItemCollection
	Get
	Set
public:
property BomItemCollection^ Items {
	BomItemCollection^ get ();
	void set (BomItemCollection^ value);
}member Items : BomItemCollection with get, set
Valore della proprietà
BomItemCollection
Vedi anche