StoreRateAndReviewStatus Enum
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 result status for the rate and review request for the product.
public enum class StoreRateAndReviewStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 262144)]
enum class StoreRateAndReviewStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 262144)]
public enum StoreRateAndReviewStatus
var value = Windows.Services.Store.StoreRateAndReviewStatus.succeeded
Public Enum StoreRateAndReviewStatus
- Inheritance
-
StoreRateAndReviewStatus
- 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)
|
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | The request was successful. |
CanceledByUser | 1 | The request was canceled by the user. |
NetworkError | 2 | The request encountered a network error. |
Error | 3 | The request encountered an error. |