| ListStateItem Constructor (String, String) |
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public StateItem(
string lkey,
string lvalue
)
Public Sub New (
lkey As String,
lvalue As String
)
Parameters
- lkey
- Type: SystemString
- lvalue
- Type: SystemString
See Also