DebugHelpers.DumpProperties Method (Object)
Dumps the immediate property key/value pairs for an object.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static void DumpProperties(
object o
)
public:
static void DumpProperties(
Object^ o
)
Public Shared Sub DumpProperties (
o As Object
)
Parameters
o
Type: System.ObjectThe object.
See Also
DebugHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top