JAMS Developer Guide
QueryInfo Property


MVPSI.JAMSWeb.Controls Namespace > History Class : QueryInfo Property
Gets or sets the Query Info, which determines the Jobs displayed in the History control.
Syntax
'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;}

Property Value

The query info.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

History Class
History Members