'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Query Parameters")> <System.ComponentModel.TypeConverterAttribute("MVPSI.JAMSWeb.Controls.QueryInfoConverter, JAMSWebControls, Version=4.5.1.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)> <System.ComponentModel.NotifyParentPropertyAttribute(True)> Public Property QueryInfo As QueryInfo
'Usage
Dim instance As History Dim value As QueryInfo instance.QueryInfo = value value = instance.QueryInfo
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Query Parameters")] [System.ComponentModel.TypeConverter("MVPSI.JAMSWeb.Controls.QueryInfoConverter, JAMSWebControls, Version=4.5.1.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [System.Web.UI.PersistenceMode(PersistenceMode.InnerProperty)] [System.ComponentModel.NotifyParentProperty(true)] public QueryInfo QueryInfo {get; set;}