Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the inventory message payload.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageBody InventoryPayload { get; set; }
public:
property MessageBody^ InventoryPayload {
MessageBody^ get();
void set(MessageBody^ value);
}
Public Property InventoryPayload As MessageBody
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageBody
See Also
DeltaInventoryFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top