Gets or sets a value that represents value of the
SubItem.
'Declaration
Public Property Value As Object
'Usage
Dim instance As SubItem
Dim value As Object
instance.Value = value
value = instance.Value
public object Value {get; set;}
Property Value
The
System.Object value indicates the value.
The default is a null reference (
Nothing in Visual Basic).