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.
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