Gets the Profile from it's name
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic static Profile GetProfile(
	string name
)
Public Shared Function GetProfile ( 
	name As String
) As Profile
public:
static Profile^ GetProfile(
	String^ name
)
static member GetProfile : 
        name : string -> Profile 
Parameters
- name
 - Type: SystemString
The name of the profile. (Warning: it is not the filename) 
Return Value
Type: 
ProfileThe 
Profile from a given name. 
See Also