The SMS_AppStatePerCollectionDT Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents application state per collection deployment type.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AppStatePerCollectionDT : SMS_BaseClass { UInt32 AppCI; String AppName; UInt32 AppStatusType; UInt32 AssignmentID; String AssignmentUniqueID; String CollectionID; String CollectionName; UInt32 ComplianceState; UInt32 DeploymentIntent; UInt32 DTCI; UInt32 DTModelID; String DTName; UInt32 EnforcementState; String RequirementName; UInt32 RequirementType; DateTime StartTime; UInt32 StatusType; String Technology; UInt32 Total; }; |
Methods
The SMS_AppStatePerCollectionDT class does not define any methods.
Properties
- AppCI
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- AppName
- Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- AppStatusType
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- AssignmentID
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- AssignmentUniqueID
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- CollectionID
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- CollectionName
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- ComplianceState
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- DeploymentIntent
- Data type: UInt32Access type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- DTCI
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- DTModelID
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- DTName
- Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- EnforcementState
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- RequirementName
- Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Name of requirement.
- RequirementType
- Data type: UInt32Access type: Read-only Qualifiers: [read]Type of requirement.
- StartTime
- Data type: DateTimeAccess type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- StatusType
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- Technology
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- Total
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Total.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.