Share via


SmartCardEmulatorConnectionProperties.Id Property

Definition

Gets the identifier for the connection.

public:
 property Platform::Guid Id { Platform::Guid get(); };
winrt::guid Id();
public Guid Id { get; }
var guid = smartCardEmulatorConnectionProperties.id;
Public ReadOnly Property Id As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The identifier for the connection.

Applies to

See also