Partager via


WalletItem.RelevantDateDisplayMessage Propriété

Définition

Attention

L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.

Obtient ou définit la description de la date appropriée de l’élément de portefeuille.

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

void RelevantDateDisplayMessage(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 RelevantDateDisplayMessage();

void RelevantDateDisplayMessage(winrt::hstring value);
public string RelevantDateDisplayMessage { get; set; }
public string RelevantDateDisplayMessage { [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.relevantDateDisplayMessage;
walletItem.relevantDateDisplayMessage = string;
Public Property RelevantDateDisplayMessage As String

Valeur de propriété

String

Platform::String

winrt::hstring

Description de la date pertinente de l’élément de portefeuille.

Attributs

S’applique à