The SMS_RoleInObjectType Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that maps a role and its associated object types.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_RoleInObjectType : SMS_BaseClass
{
	UInt32 ObjectTypeID;
	String RoleID;
};

Methods

The SMS_RoleInObjectType class does not define any methods.

Properties

ObjectTypeID

Data type: UInt32Access type: Read/Write Qualifiers: [key]Secured object class ID. Possible values are listed below.

2

SMS_Package

14

SMS_OperatingSystemInstallPackage

18

SMS_ImagePackage

19

SMS_BootImagePackage

21

SMS_DeviceSettingPackage

23

SMS_DriverPackage

24

SMS_SoftwareUpdatesPackage

31

SMS_Application

RoleID

Data type: StringAccess type: Read/Write Qualifiers: [key]The ID of the role.

Remarks

Requirements

Runtime Requirements

Development Requirements