Writes the property names and the corresponding values of an object's properties to an ASCII file.
Syntax
object.DumpProperties pbstrDumpFilename, bDumpChildren, bstrDumpProperty, bstrDumpValue
Properties
The DumpProperties method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
pbstrDumpFilename |
String. The name of the file in which to store the output. |
bDumpChildren |
Boolean. If True, the dump file will contain the object's children's properties. |
bstrDumpProperty |
String. Reserved. |
bstrDumpValue |
String. Reserved. |