Share via


WalletItem.LastUpdated Proprietà

Definizione

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Ottiene o imposta la data e l'ora dell'ultimo aggiornamento dei dati per questo elemento.

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)

Valore della proprietà

Data e ora dell'ultimo aggiornamento dei dati per questo elemento. Può essere Null (impostazione predefinita).

Attributi

Si applica a