Click or drag to resize

CookieAttribute Constructor

Initializes a new instance of the CookieAttribute class.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public CookieAttribute(
	string name
)

Parameters

name
Type: SystemString
The name.
See Also