'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.NotifyParentPropertyAttribute(True)> Public Property ComparisonValue1 As System.String
'Usage
Dim instance As QueryInfo Dim value As System.String instance.ComparisonValue1 = value value = instance.ComparisonValue1
[System.ComponentModel.DefaultValue()] [System.ComponentModel.NotifyParentProperty(true)] public System.string ComparisonValue1 {get; set;}