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
Syntaxpublic virtual bool CanUse { get; }
Public Overridable ReadOnly Property CanUse As Boolean
Get
Property Value
Type:
Boolean
Remarks
Example: A DataProvider which reads data from the clipboard can only be used effectively
if the clipboard contains data.
See Also