'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.TypeConverterAttribute("MVPSI.JAMSWeb.Controls.JAMSDateConverter, JAMSWebControls, Version=4.5.1.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")> <System.ComponentModel.NotifyParentPropertyAttribute(True)> Public Property EndDate As System.String
'Usage
Dim instance As QueryInfo Dim value As System.String instance.EndDate = value value = instance.EndDate
[System.ComponentModel.DefaultValue()] [System.ComponentModel.TypeConverter("MVPSI.JAMSWeb.Controls.JAMSDateConverter, JAMSWebControls, Version=4.5.1.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")] [System.ComponentModel.NotifyParentProperty(true)] public System.string EndDate {get; set;}