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