DataProviderCanUse Property |
True if the DataProvider is useable.
Namespace:
Easymap.AddIn.Data.Provider
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public virtual bool CanUse { get; }
Public Overridable ReadOnly Property CanUse As Boolean
Get
Property Value
Type:
BooleanRemarks
Example: A DataProvider which reads data from the clipboard can only be used effectively
if the clipboard contains data.
See Also