[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The ConfigMgrSoftwareInventoryMessagetype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Attachments
Gets Attachments to the message.
(Inherited from Message.)
Body
Get/Set message body. This should never be empty except for some very special cases.
(Inherited from Message.)
BodyAsAttachment
If true, the ReportBody is sent as an attachment, if false, the entire message is sent as one.

Inventory messages need to be sent with attachments, relay messages don't.

(Inherited from ConfigMgrInventoryMessage.)
ClientVersion
Client version for the client sending the state message. Defaults to random version if unset.
(Inherited from ConfigMgrInventoryMessage.)
CodePage
Gets/sets the code page for the message
(Inherited from ConfigMgrInventoryMessage.)
DiscoveredNetBiosName
If true, NetBiosName property was derived from discovery
(Inherited from ConfigMgrInventoryMessage.)
IncludeMachinePublicKey
If true, and BuildInventoryMessage is used, public key will be included in inventory report
(Inherited from ConfigMgrInventoryMessage.)
InventoryReport
Contains the entire serialized Inventory message. BuildInventoryMessage should be used to initialize, setting everything manually is not recommended.
(Inherited from ConfigMgrInventoryMessage.)
LastUpdateTime
Sets a LastUpdateTime for the inventory. this is optional.
LocaleId
Locale ID for state messages. Defaults to the current processe's locale ID
(Inherited from ConfigMgrInventoryMessage.)
MessageId
Internal ID of the message.
(Inherited from Message.)
NetBiosName
Gets/sets the NetBIOS name of the machine generating the state message. If unset, uses the executing machine's name.
(Inherited from ConfigMgrInventoryMessage.)
PostSendActionsSupported
If true, message supports post-send actions
(Inherited from Message.)
Priority
The priority for the message. This is only used for reference by senders and has no actual effect on the message
(Inherited from Message.)
ReportContentType
Report type is inventory data
(Overrides ConfigMgrInventoryMessage . . :: . . ReportContentType.)
ReportFormat
By default report format is 1.1. Can be overriden by inheriting classes
(Inherited from ConfigMgrInventoryMessage.)
ReportVersion
By default report version is 1.0. Can be overridden by inheriting classes
(Inherited from ConfigMgrInventoryMessage.)
SenderCallback
Callback to Sender for the message. This is null unless a message is in the process of being sent.
(Inherited from Message.)
SenderType
The sender type for the message. This is only used for reference by senders and has no actual effect on the message.
(Inherited from Message.)
IMessageBase . . :: . . Settings
Message settings and properties
(Inherited from Message.)
Settings
Message settings
(Inherited from Message.)
SiteCode
Gets/sets the site code for the message. This is an optional property
(Inherited from ConfigMgrInventoryMessage.)
SmsId
SMS ID for the SINV
(Overrides ConfigMgrInventoryMessage . . :: . . SmsId.)
SoftwareInventoryFiles
The collection of files in SINV. It is NOT recommended that you manually manipulate this collection. Please look at the Add* methods.
SupportsInlineSerializers
If true, Serialize() will be called on send, and Deserialize() will be called on receive.

Default setting is true. Override to false with care.

(Inherited from Message.)

See Also