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: 11.2.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