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