SmartCardAppletIdGroupRegistration.Id Property

Definition

Gets a unique ID representing this applet ID group registration.

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

Property Value

Guid

Platform::Guid

winrt::guid

A unique ID representing this applet ID group registration.

Applies to

See also