SmartCardAppletIdGroup.DisplayName Property

Definition

Sets or gets the name of this applet ID group.

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayName();

void DisplayName(winrt::hstring value);
public string DisplayName { get; set; }
var string = smartCardAppletIdGroup.displayName;
smartCardAppletIdGroup.displayName = string;
Public Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

The name of this applet ID group.

Applies to

See also