SmartCardEmulatorConnectionProperties.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an enum value indicating if the connection is to an NFC reader or something else.
public:
property SmartCardEmulatorConnectionSource Source { SmartCardEmulatorConnectionSource get(); };
SmartCardEmulatorConnectionSource Source();
public SmartCardEmulatorConnectionSource Source { get; }
var smartCardEmulatorConnectionSource = smartCardEmulatorConnectionProperties.source;
Public ReadOnly Property Source As SmartCardEmulatorConnectionSource
Property Value
An enum value indicating if the connection is to an NFC reader or something else.