SMS_UserApplicationRequestHistoryItem Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_UserApplicationRequestHistoryItem Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents an update to an instance of SMS_UserApplicationRequest.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_UserApplicationRequestHistoryItem :
{
String Comments;
String ModifiedBy;
DateTime ModifiedDate;
UInt32 State;
};
The SMS_UserApplicationRequestHistoryItem class does not define any methods.
- Comments
Data type: String
Access type: Read/Write
Qualifiers: none
Comments entered to explain why the change occurred. These could be user’s comment explaining why they are requesting the application or approver comments explaining why the application was approved or denied.
- ModifiedBy
Data type: String
Access type: Read/Write
Qualifiers: none
The user who made the change to the request.
- ModifiedDate
Data type: DateTime
Access type: Read/Write
Qualifiers: none
The date when the change to the request was made.
- State
Data type: UInt32
Access type: Read/Write
Qualifiers: none
The state of the request after the change was made. Possible values are:
1
Requested
2
Canceled
3
Denied
4
Approved
Requirements
Each time a request is updated, an instance of this class is created to track the history of the request.
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.