WizPageDataDebugList Property |
Provides a list of name/value pairs for this page data for viewing in the
debugger.
For performance reasons the
WizPageData object does not copy the
UserData,
but simply references it. Because of this and the unordered nature of a Hashtable, Use
DebugList
to view the data in this object.
For performance reasons you should not use this except for debugging.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public DebugUserDataList DebugList { get; }
Public ReadOnly Property DebugList As DebugUserDataList
Get
Property Value
Type:
DebugUserDataListSee Also