StorePrice.FormattedRecurrencePrice Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The recurring price for the product with the appropriate formatting for the market of the current user.