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