ProfileDefaultProfile Property  | 
 
            Gets the instance.
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic static Profile DefaultProfile { get; }Public Shared ReadOnly Property DefaultProfile As Profile
	Get
public:
static property Profile^ DefaultProfile {
	Profile^ get ();
}static member DefaultProfile : Profile with get
Property Value
Type: 
Profile
            The instance.
            
See Also