SmartCardEmulatorConnectionDeactivatedEventArgs.Reason Property

Definition

Gets the reason that the smart card connection to the NFC reader was deactivated.

public:
 property SmartCardEmulatorConnectionDeactivatedReason Reason { SmartCardEmulatorConnectionDeactivatedReason get(); };
SmartCardEmulatorConnectionDeactivatedReason Reason();
public SmartCardEmulatorConnectionDeactivatedReason Reason { get; }
var smartCardEmulatorConnectionDeactivatedReason = smartCardEmulatorConnectionDeactivatedEventArgs.reason;
Public ReadOnly Property Reason As SmartCardEmulatorConnectionDeactivatedReason

Property Value

The reason that the smart card connection to the NFC reader was deactivated.

Applies to

See also