EditorNameValueItem Constructor (String, String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic EditorNameValueItem(
string name,
string value
)
Public Sub New (
name As String,
value As String
)
public:
EditorNameValueItem(
String^ name,
String^ value
)
new :
name : string *
value : string -> EditorNameValueItem
Parameters
- name
- Type: SystemString
- value
- Type: SystemString
See Also