Share via


StorePrice.FormattedRecurrencePrice Property

Definition

Gets the recurring price for the product with the appropriate formatting for the market of the current user, if recurring billing is enabled for this product.

public:
 property Platform::String ^ FormattedRecurrencePrice { Platform::String ^ get(); };
winrt::hstring FormattedRecurrencePrice();
public string FormattedRecurrencePrice { get; }
var string = storePrice.formattedRecurrencePrice;
Public ReadOnly Property FormattedRecurrencePrice As String

Property Value

String

Platform::String

winrt::hstring

The recurring price for the product with the appropriate formatting for the market of the current user.

Applies to