SMS_AppUnknownStatePerClient 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_AppUnknownStatePerClient Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents unknown application state per client.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AppUnknownStatePerClient : SMS_BaseClass
{
UInt32 AppCI;
String AppName;
UInt32 AssignmentID;
String AssignmentUniqueID;
UInt32 Category;
String CollectionID;
String CollectionName;
UInt32 DeploymentIntent;
String MachineName;
DateTime StartTime;
String UserName;
};
The SMS_AppUnknownStatePerClient class does not define any methods.
- AppCI
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
- AppName
Data type: String
Access type: Read-only
Qualifiers: [read]
- AssignmentID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
- AssignmentUniqueID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
- Category
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Specific unknown state.
- CollectionID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
- CollectionName
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
- DeploymentIntent
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
- MachineName
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
- StartTime
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
- UserName
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.