UserDataProviderPropertyPages Property |
Gets an array of custom WizardPages.
Namespace:
Easymap.AddIn.Data.Provider
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public abstract WizardPage[] PropertyPages { get; }
Public MustOverride ReadOnly Property PropertyPages As WizardPage()
Get
Property Value
Type:
WizardPageRemarks
Custom WizardPages are used during the import process by Easymap.
For example create a WizardPage for choosing a specified file as a datasource.
See Also