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