[]
Gets or sets the value of the SubItemInfo object.
[TypeConverter(typeof(SubItemValueConverter))]
public object Value { get; set; }
<TypeConverter(GetType(SubItemValueConverter))>
Public Property Value As Object
Type | Description |
---|---|
object | The object value that indicates the value.
|