| XGroupDefMapGetGroupByName Method  | 
          
        
         
 Gets  the group by the group user name.
 
 
    Namespace: 
   Biolomics.BioCallback
    Assembly:
   Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic XGroupDef GetGroupByName(
	string p_UserName
)
Public Function GetGroupByName ( 
	p_UserName As String
) As XGroupDef
Parameters
- p_UserName
 - Type: SystemString
The Group User name. 
Return Value
Type: 
XGroupDefThe Group definition for the given group user name.
See Also