The SMS_VirtualEnvironment Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_UserApplicationRequestHistoryItem : { boolean IsReadOnly;; SMS_CI_LocalizedProperties LocalizedInformation[]; uint32 NumReferringApplications; uint32 NumReferringDeploymentTypes; uint32 ReferringDeploymentTypes[]; }; |
Methods
The SMS_UserApplicationRequestHistoryItem class does not define any methods.
Properties
- IsReadOnly
- Data type: BooleanAccess type: Read/Write Qualifiers: noneFlag to indicate the virtual environment is read-only.
- LocalizedInformation
- Data type: SMS_CI_LocalizedProperties ArrayAccess type: Read/Write Qualifiers: [lazy]Localized information.
- NumReferringApplications
- Data type: UInt32Access type: Read Qualifiers: [read, not_null]The number of referring applications.
- NumReferringDeploymentTypes
- Data type: UInt32Access type: Read Qualifiers: [read, not_null]The number of referring deployment types.
- ReferringDeploymentTypes
- Data type: UInt32 ArrayAccess type: Read/Write Qualifiers: [lazy]A list of CI_IDs of the referring deployment types.
Remarks
Requirements
Each time a request is updated, an instance of this class is created to track the history of the request.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.