The SMS_CIContentPackage Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, represents the relationship between configuration item and associated content to SMS Package where the binary content is packaged and distributed.

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

Class SMS_CIContentPackage : SMS_BaseClass
{
	UInt32 CI_ID;
	UInt32 CI_SecuredTypeID;
	String CI_UniqueID;
	String ModelName;
	String PackageID;
};

Methods

The SMS_CIContentPackage class does not define any methods.

Properties

CI_ID

Data type: UInt32Access type: Read/Write Qualifiers: [key]SMS_ConfigurationItemLatestBaseClass Server WMI Class
CI_SecuredTypeID

Data type: UInt32Access type: Read/Write Qualifiers: noneCI_SecuredTypeID is the associated RBAC security object type, depending on which object content (Application, Software Update and so on) is part of this package.
CI_UniqueID

Data type: StringAccess type: Read/Write Qualifiers: noneSMS_ConfigurationItemLatestBaseClass Server WMI Class
ModelName

Data type: StringAccess type: Read/Write Qualifiers: noneSMS_ConfigurationItemLatestBaseClass Server WMI Class
PackageID

Data type: StringAccess type: Read/Write Qualifiers: [key]SMS_PackageBaseclass Server WMI Class

Remarks

Requirements

Runtime Requirements

Development Requirements