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