The SMS_ObjectContainerItem WMI class is an SMS Provider server class, in Configuration Manager, that contains information about a Configuration Manager console folder item.

Class SMS_ObjectContainerItem : SMS_BaseClass
{
	UInt32 ContainerNodeID;
	String InstanceKey;
	String MemberGuid;
	UInt32 MemberID;
	UInt32 ObjectType;
	String SourceSite;
};

Methods

The following table shows the methods in SMS_ObjectContainerItem.

Method Description

MoveMembers Method in Class SMS_ObjectContainerItem

Moves one or more folder items to another folder.

Properties

ContainerNodeID


Data type: UInt32Access type: Read/WriteQualifiers: [Not_null]The unique ID of the folder that contains this item.
InstanceKey


Data type: StringAccess type: Read/WriteQualifiers: [Not_null]The key value for the item. For example, if the item is a package, the instance key is the SMS_Package object PackageID property.
MemberGuid


Data type: StringAccess type: Read-onlyQualifiers: [read, not_null]The GUID of the folder item.
MemberID


Data type: UInt32Access type: Read/WriteQualifiers: [key, Not_null]The unique ID of the folder item.
ObjectType


Data type: UInt32Access type: Read/WriteQualifiers: NoneType of object placed in the console folder. Possible values are:

Value Description

2

SMS_Package

3

SMS_Advertisement

7

SMS_Query

8

SMS_Report

9

SMS_MeteredProductRule

11

SMS_ConfigurationItem

14

SMS_OperatingSystemInstallPackage

17

SMS_StateMigration

18

SMS_ImagePackage

19

SMS_BootImagePackage

20

SMS_TaskSequencePackage

21

SMS_DeviceSettingPackage

23

SMS_DriverPackage

25

SMS_Driver

1011

SMS_SoftwareUpdate

2011

SMS_ConfigurationItem (Configuration baseline).

SourceSite


Data type: StringAccess type: Read-onlyQualifiers: [read, not_null]The site code of the site where the folder item was created.

Remarks

There are no class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers that are included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.