Metodo DedGroupCollectionFindByName
             | 
          
        
        
            Restituisce il gruppo tramite il nome.
            Restituisce null se il gruppo non è presente.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic DedGroup FindByName(
	string name
)
Public Function FindByName ( 
	name As String
) As DedGroup
public:
DedGroup^ FindByName(
	String^ name
)
member FindByName : 
        name : string -> DedGroup Parametri
- name  String
 - Nome del gruppo da cercare.
 
Valore di ritorno
DedGroup
Vedi anche