| Win32_NamedJobObject | |||
| The Win32_NamedJobObject class represents a kernel object that is used to group processes for the sake of controlling the life and resources of the processes within the job object. Only the job objects that have been named are instrumented. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| BasicUIRestrictions | UInt32 | The UIRestrictions property indicates the restrictions on the job regarding the UI. | |
| Caption | String | A short textual description (one-line string) of the CollectionOfMSEs object. | |
| CollectionID | String | This property indicates a number that identifies the job object. As a Kernel object job object names are case sensitive. Because WMI keys are case insensitive, the name of the named job object must be decorated as follows: a capital letter should be preceded by a backslash. As a consequence of this convention, 'A' and 'a' are lower case and '\A' and '\a' are upper case. | |
| Description | String | A textual description of the CollectionOfMSEs object. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_NamedJobObject    {     BasicUIRestrictions = 0;     CollectionID = "\\wmi\\provider\\sub\\system\\host\\job";    }; | |||