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

Methods

The SMS_UserApplicationRequestHistoryItem class does not define any methods.

Properties

Comments

Data type: StringAccess type: Read/Write Qualifiers: noneComments 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: StringAccess type: Read/Write Qualifiers: noneThe user who made the change to the request.
ModifiedDate

Data type: DateTimeAccess type: Read/Write Qualifiers: noneThe date when the change to the request was made.
State

Data type: UInt32Access type: Read/Write Qualifiers: noneThe state of the request after the change was made. Possible values are:

1

Requested

2

Canceled

3

Denied

4

Approved

Remarks

Requirements

Each time a request is updated, an instance of this class is created to track the history of the request.

Runtime Requirements

Development Requirements