Metodo DedCommCommCollectionFind
             | 
          
        
        
            Cerca l'elemento nella collection per commid. 
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic DedCommCommItem Find(
	Guid commid
)
Public Function Find ( 
	commid As Guid
) As DedCommCommItem
public:
DedCommCommItem^ Find(
	Guid commid
)
member Find : 
        commid : Guid -> DedCommCommItem Parametri
- commid  Guid
 - ID della commessa da cercare.
 
Valore di ritorno
DedCommCommItemRitorna l'elemento specifico o null se fallisce.
Vedi anche