DataProviderCanUse Property |
True if the DataProvider is useable.
Namespace:
Easymap.AddIn.Data.Provider
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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