StoreRateAndReviewResult Class

Definition

Provides response data for a request to rate and review the product.

public ref class StoreRateAndReviewResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreRateAndReviewResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreRateAndReviewResult
Public NotInheritable Class StoreRateAndReviewResult
Inheritance
Object Platform::Object IInspectable StoreRateAndReviewResult
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Services.Store.StoreContract (introduced in v4.0)

Remarks

The StoreContext.RequestRateAndReviewAppAsync method returns an object of this type.

Properties

ExtendedError

Gets the error code for the request, if the operation encountered an error.

ExtendedJsonData

Gets the complete result data for a rate and review request in JSON format. This includes information to determine if a user aborted the dialog and error details if the call was not successful.

Status

Gets the status for the rate and review request for the product.

WasUpdated

Gets a value that indicates whether the request to rate and review had a successful updated.

Applies to

See also