ADCScanValuesIsDataSource Method |
Gets whether or not this scan is a data source.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public bool IsDataSource()
Public Function IsDataSource As Boolean
public:
bool IsDataSource()
member IsDataSource : unit -> bool
Return Value
Type:
BooleanWhether or not this scan is a data source.
See Also