'Declaration
ReadOnly Property HasValue As Boolean
'Usage
Dim instance As _UAAttributeData Dim value As Boolean value = instance.HasValue
bool HasValue {get;}
Property Value
True if there is a valid value in the data value; false otherwise.The default value of this property is True
.