Imports a 
Profile from given location (Full Local or UNC Path)
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic static void ImportFrom(
	string location
)
Public Shared Sub ImportFrom ( 
	location As String
)
public:
static void ImportFrom(
	String^ location
)
static member ImportFrom : 
        location : string -> unit 
Parameters
- location
 - Type: SystemString
The location. 
Return Value
Type: 
A 
Profile object loaded from the given location
See Also