WizCompletedPageInfoInfo Property |
The wizard page's
PageElementInfo. This will be valid only if the wizard
page is from the current wizard instance. If the element is from a previous wizard instance
that chained to this instance then the value will be null.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PageElementInfo Info { get; set; }
Public Property Info As PageElementInfo
Get
Set
Property Value
Type:
PageElementInfoThe page descriptor.
See Also