The SMS_TaskSequenceAppReferenceDps Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a distribution point to which a System Center 2012 Configuration Manager application in the task sequence is distributed to.

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

Class SMS_TaskSequenceAppReferenceDps :  
{
	String Hash;
	String PackageID;
	String ServerNALPath;
	String SiteCode;
	UInt32 SourceVersion;
	String TaskSequenceID;
};

Methods

The SMS_TaskSequenceAppReferenceDps class does not define any methods.

Properties

Hash

Data type: StringAccess type: Read/Write Qualifiers: noneHash for application.
PackageID

Data type: StringAccess type: Read/Write Qualifiers: nonePackage ID for application.
ServerNALPath

Data type: StringAccess type: Read/Write Qualifiers: noneNALPath for distribution point.
SiteCode

Data type: StringAccess type: Read/Write Qualifiers: noneSite code for distribution point.
SourceVersion

Data type: UInt32Access type: Read/Write Qualifiers: noneSource version for application.
TaskSequenceID

Data type: StringAccess type: Read/Write Qualifiers: [key]ID for task sequence package.

Remarks

Requirements

Runtime Requirements

Development Requirements