'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;}