StoreRateAndReviewResult.Status Property

Definition

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

public:
 property StoreRateAndReviewStatus Status { StoreRateAndReviewStatus get(); };
StoreRateAndReviewStatus Status();
public StoreRateAndReviewStatus Status { get; }
var storeRateAndReviewStatus = storeRateAndReviewResult.status;
Public ReadOnly Property Status As StoreRateAndReviewStatus

Property Value

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

Applies to

See also