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

This is present for validation code to make sure its internal contents has everything properly set. This should not be called by regular code.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)]
public 
Object 
InventoryBodyInternalObject { 
get; 
private 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)> _
Public 
Property 
InventoryBodyInternalObject 
As 
Object
	
Get
	
Private 
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Recommended)]
public:
property 
Object^ 
InventoryBodyInternalObject {
	
Object^ 
get ();
	
private: 
void 
set (
Object^ 
value);
}

See Also