The SMS_AdminCategory Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents an association between the admin account and an RBA secured category.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AdminCategory : SMS_BaseClass { UInt32 AdminID; String CategoryID; }; |
Methods
The SMS_AdminCategory class does not define any methods.
Properties
- AdminID
- Data type: UInt32Access type: Read/Write Qualifiers: [key]ID of the associated account.
- CategoryID
- Data type: StringAccess type: Read/Write Qualifiers: [key]ID of the associated RBA secured category.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.