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