Gets an indicator if the current scan setting is supported.
'Declaration
Public ReadOnly Property Supported As Boolean
'Usage
Dim instance As Setting
Dim value As Boolean
value = instance.Supported
public bool Supported {get;}
public: __property bool get_Supported();
public:
property bool Supported {
bool get();
}
Property Value
A boolean value which is
true if the current scan setting is supported. Otherwise,
false is returned.