'Declaration
<ValueLimitsAttribute(0, 65535)> Property InternalValue As VarTypes
'Usage
Dim instance As _VarType Dim value As VarTypes instance.InternalValue = value value = instance.InternalValue
[ValueLimits(0, 65535)] VarTypes InternalValue {get; set;}
Property Value
The default value of this property is Empty (VarTypes.Empty)
.