IsScanning Property
Summary
(Read only) Indicates weather the source is currently scanning.
Syntax
[DataMemberAttribute(Name="isScanning")]
public bool IsScanning { get; }
[DataMemberAttribute("isScanning")]
public:
property bool IsScanning {
bool get();
}
Property Value
true if the source is currently scanning; otherwise, false.