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

Dumps the immediate property key/values for an object.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
void 
DumpProperties(
	
Object 
o
)
Public 
Shared 
Sub 
DumpProperties ( _
	
o 
As 
Object _
)
public:
static 
void 
DumpProperties(
	
Object^ 
o
)

Parameters

o
Object

See Also