Compartir a través de


WalletItem.IssuerDisplayName Propiedad

Definición

Precaución

El espacio de nombres ApplicationModel.Wallet ya no se admite y pronto quedará en desuso. Se recomienda a los desarrolladores evitar el uso de este espacio de nombres.

Obtiene o establece el nombre del emisor del elemento de cartera.

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

void IssuerDisplayName(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
winrt::hstring IssuerDisplayName();

void IssuerDisplayName(winrt::hstring value);
public string IssuerDisplayName { get; set; }
public string IssuerDisplayName { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] set; }
var string = walletItem.issuerDisplayName;
walletItem.issuerDisplayName = string;
Public Property IssuerDisplayName As String

Valor de propiedad

String

Platform::String

winrt::hstring

Nombre del emisor del artículo de cartera.

Atributos

Se aplica a