CookieAttribute Constructor  | 
  
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic CookieAttribute(
	string name
)
Public Sub New ( 
	name As String
)
public:
CookieAttribute(
	String^ name
)
new : 
        name : string -> CookieAttributeParameters
- name
 - Type: SystemString
The name. 
See Also