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