Click or drag to resize

ProfileGetProfile Method

Gets the Profile from it's name

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Profile GetProfile(
	string name
)

Parameters

name
Type: SystemString
The name of the profile. (Warning: it is not the filename)

Return Value

Type: Profile
The Profile from a given name.
See Also