ValueType Property (IValue)
In This Topic
Gets the value type of this
IValue instance.
Syntax
'Declaration
Shadows ReadOnly Property ValueType As ValueType
'Usage
Dim instance As IValue
Dim value As ValueType
value = instance.ValueType
new ValueType ValueType {get;}
Property Value
The type of the data of the
IValue instance.
See Also