UserDataProviderPropertyPages Property |
Gets an array of custom WizardPages.
Namespace:
Easymap.AddIn.Data.Provider
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic abstract WizardPage[] PropertyPages { get; }
Public MustOverride ReadOnly Property PropertyPages As WizardPage()
Get
Property Value
Type:
WizardPage
Remarks
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