The SMS_SofwareDistribution_Event class is the base class for all software-distribution advertisement status-message classes, in Configuration Manager. All advertisement status messages have the insertion strings of this class. Also, each derived class must set the properties of its base SMS_SofwareDistribution_Event class.

Note
The misspelling of software in SMS_SofwareDistribution_Event in this documentation is intentional as the implementation of the class is misspelled.

Properties

AdvertisementId

Data type: StringThe Advertisement ID of the advertisement that the status message refers to. It appears in the status message text. It maps to the ADV_AdvertisementID field in the software distribution policy and to the Advertisement ID in the Configuration Manager console. This is insertion string number 1.
ClientID

Data type: StringThe SMS identifier of the client raising this event.
PackageName

Data type: StringThe Package ID that appears in the status message text. It maps to the PKG_PackageID field in the software distribution policy and to the Package ID in the Configuration Manager console. This is insertion string number 4.
ProgramName

Data type: StringThe Program Name that appears in the status message text. It maps to the PRG_ProgramName field in the software distribution policy and is the program name that was chosen when the program was created. This is insertion string number 5.

See Also