WalletItem.RelevantDateDisplayMessage Свойство

Определение

Внимание!

Пространство имен ApplicationModel.Wallet больше не поддерживается и скоро будет считаться устаревшим. Разработчикам рекомендуется избегать использования этого пространства имен.

Возвращает или задает описание соответствующей даты элемента кошелька.

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

Значение свойства

String

Platform::String

winrt::hstring

Описание соответствующей даты элемента кошелька.

Атрибуты

Применяется к