共用方式為


WalletItem.IssuerDisplayName 屬性

定義

警告

不再支援 ApplicationModel.Wallet 命名空間,即將淘汰。 建議開發人員避免使用此命名空間。

取得或設定電子包專案的簽發者名稱。

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

屬性值

String

Platform::String

winrt::hstring

電子包專案的簽發者名稱。

屬性

適用於