Click or drag to resize

UserDataProviderCanUse Property

Gets a value indicating whether specified UserDataProvider can be used.

Namespace:  Easymap.AddIn.Data.Provider
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public abstract bool CanUse { get; }

Property Value

Type: Boolean
Remarks
If this property set false, the custom DataProvider will not show up in Easymap's import form.
See Also