Status message properties are additional key properties that may be added to individual status messages. This is a zero-or-more-to-one mapping of miscellaneous string properties to a status message. The AttributeID specifies what the property is, and the AttributeValue specifies the value of the property. For instance, a software distribution status message might contain an advertisement ID as a status message property.
Table B.71 Status Message Properties (SMS_StatMsgAttributes)
Property | Data type | Example | Notes |
---|---|---|---|
AttributeID | uint32 | 403 | Key. Indicates which string property is being mapped.
Values are: |
AttributeTime | datetime | See “Date and Time Formats” at the beginning of this appendix. | Indicates the creation time of the status message. It is copied from the Time property of SMS_StatusMessage. |
AttributeValue | string | "GREEN1DOM// Administrator" | Key. Indicates the value of the string property being mapped. It could be any string. |
RecordID | uint32 | 374 | Key. Indicates the local database ID of this object. |