The SMS_TaskSequenceAppReferencesInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a Configuration Manager application in the task sequence.

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

Class SMS_TaskSequenceAppReferencesInfo : SMS_BaseClass
{
	String PackageID;
	SInt32 RefAppCI_ID;
	String RefAppModelName;
	String RefAppPackageID;
};

Methods

The SMS_TaskSequenceAppReferencesInfo class does not define any methods.

Properties

PackageID

Data type: StringAccess type: Read/Write Qualifiers: [key]Package ID of the task sequence.
RefAppCI_ID

Data type: SInt32Access type: Read/Write Qualifiers: noneCI_ID of the referenced by task sequence application.
RefAppModelName

Data type: StringAccess type: Read/Write Qualifiers: noneThe model name of the referenced by task sequence application.
RefAppPackageID

Data type: StringAccess type: Read/Write Qualifiers: nonePackage ID of the referenced by task sequence application.

Remarks

Requirements

Runtime Requirements

Development Requirements