Compartir a través de


WalletVerb.Name 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 el nombre del verbo personalizado.

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

void Name(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletVerb 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("IWalletVerb 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 Name();

void Name(winrt::hstring value);
public string Name { get; set; }
public string Name { [Windows.Foundation.Metadata.Deprecated("IWalletVerb 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("IWalletVerb 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 = walletVerb.name;
walletVerb.name = string;
Public Property Name As String

Valor de propiedad

String

Platform::String

winrt::hstring

Nombre del verbo personalizado.

Atributos

Se aplica a