JAMS Developer Guide
StateType Property


MVPSI.JAMSWeb.Controls Namespace > Monitor Class : StateType Property
Gets or sets the Job States to be displayed.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.DescriptionAttribute("Job States to return.")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.TypeConverterAttribute("MVPSI.JAMSWeb.Controls.StateTypeConverter, JAMSWebControls, Version=4.5.1.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")>
Public Property StateType As System.String
'Usage
 
Dim instance As Monitor
Dim value As System.String
 
instance.StateType = value
 
value = instance.StateType
[System.ComponentModel.Category("Data")]
[System.ComponentModel.Description("Job States to return.")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.TypeConverter("MVPSI.JAMSWeb.Controls.StateTypeConverter, JAMSWebControls, Version=4.5.1.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")]
public System.string StateType {get; set;}
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

Monitor Class
Monitor Members