Value Property (ListItem)
In This Topic
Gets or sets the value of the list item.
Syntax
'Declaration
Public Property Value As String
'Usage
Dim instance As ListItem
Dim value As String
instance.Value = value
value = instance.Value
public string Value {get; set;}
Property Value
String containing the value of the list item
Example
This example creates a list box cell type object and assigns it a ListItem array.
See Also