Partilhar via


WalletItem.LastUpdated Propriedade

Definição

Cuidado

O namespace ApplicationModel.Wallet não tem mais suporte e, em breve, será preterido. Os desenvolvedores são incentivados a evitar o uso desse namespace.

Obtém ou define a data e a hora em que os dados desse item foram atualizados pela última vez.

public:
 property IReference<DateTime> ^ LastUpdated { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> LastUpdated();

void LastUpdated(IReference<DateTime> 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")]
IReference<DateTime> LastUpdated();

void LastUpdated(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> LastUpdated { get; set; }
public System.Nullable<System.DateTimeOffset> LastUpdated { [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 iReference = walletItem.lastUpdated;
walletItem.lastUpdated = iReference;
Public Property LastUpdated As Nullable(Of DateTimeOffset)

Valor da propriedade

A data e a hora em que os dados deste item foram atualizados pela última vez. Pode ser nulo (o padrão).

Atributos

Aplica-se a