Share via


InventoryReportBody.InventoryBodyInternalObject Property

 

Gets the internal contents of the body object. This property is present for validation code to ensure its internal contents have everything properly set. This property should not be called by regular code.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Recommended)]
public object InventoryBodyInternalObject { get; private set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended)]
property Object^ InventoryBodyInternalObject {
    Object^ get();
    private: void set(Object^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended)>
Public Property InventoryBodyInternalObject As Object
    Get
    Private Set
End Property

Property Value

Type: System.Object

See Also

InventoryReportBody Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top