OperationBaseCardPresent Property |
Yes, No. For use in retail environments to indicate if the card is present.
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public bool CardPresent { get; set; }
Public Property CardPresent As Boolean
Get
Set
public:
property bool CardPresent {
bool get ();
void set (bool value);
}
member CardPresent : bool with get, set
Property Value
Type:
BooleanSee Also