DetectOnly Property
Summary
Indicates whether to just detect whether a card value exists or to read the card value.
Syntax
C#
VB
Java
Objective-C
C++
public bool DetectOnly { get; set; }
Public Property DetectOnly As Boolean
@property (nonatomic, assign) BOOL detectOnly
public boolean isDetectOnly()
public void setDetectOnly(boolean value)
public:
property bool DetectOnly
{
bool get()
void set(bool value)
}
Property Value
true to just detect whether the card value exists; otherwise, false (to read the value).