Compartir a través de


SmartCardAppletIdGroup.DisplayName Propiedad

Definición

Establece u obtiene el nombre de este grupo de id. de applet.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Nombre de este grupo de id. de applet.

Se aplica a

Consulte también