Compartir a través de


WalletItem.RelevantDate Propiedad

Definición

Precaución

El espacio de nombres ApplicationModel.Wallet ya no se admite y pronto quedará en desuso. Se recomienda a los desarrolladores evitar el uso de este espacio de nombres.

Obtiene o establece la fecha en la que el elemento es válido.

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

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

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

Valor de propiedad

Fecha en la que el elemento es válido. Puede ser null (valor predeterminado).

Atributos

Se aplica a