DumpProperties Method Example
The following example writes all of the properties and their corresponding values for the Picture TestPicture and its contained objects to the CSV file TestPicture.txt.
Dim sRes1 As String
Dim sRes2 As String
TestPicture.DumpProperties "C:\Temp\TestPicture.txt", True, sRes1, sRes2