ProfileActiveProfile Property  | 
 
            Gets the Active profile used by Manual Testing
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic static Profile ActiveProfile { get; }Public Shared ReadOnly Property ActiveProfile As Profile
	Get
public:
static property Profile^ ActiveProfile {
	Profile^ get ();
}static member ActiveProfile : Profile with get
Property Value
Type: 
Profile
            The active profile object. if the active profile is never set, The 
DefaultProfile will be returned.
            
See Also