SMS_G_SYSTEM_ResourceClientSettingsAssignment 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_G_System_ResourceClientSettingsAssignment Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents resource-specific (device or user) client agent settings assignments.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_G_System_ResourceClientSettingsAssignment : SMS_G_System
{
String AssignmentUniqueID;
String CollectionName;
UInt32 ID;
String Name;
UInt32 Priority;
String UniqueID;
UInt32 ResourceID;
UInt32 Type;
};
The SMS_G_System_ResourceClientSettingsAssignment class does not define any methods.
- AssignmentUniqueID
Data type: String
Access type: Read/Write
Qualifiers: [key]
Assignment Unique ID.
- CollectionName
Data type: String
Access type: Read/Write
Qualifiers: None
Name of the collection.
- ID
Data type: UInt32
Access type: Read/Write
Qualifiers: None
Identifier.
- Priority
Data type: UInt32
Access type: Read/Write
Qualifiers: None
Identifier.
- UniqueID
Data type: String
Access type: Read/Write
Qualifiers: None
Unique identifier for the settings.
- ResourceID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
- Type
Data type: UInt32
Access type: Read-only
Qualifiers: None
Settings type. Possible values are:
1
Device
2
User
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.