StoreRateAndReviewResult.WasUpdated Property

Definition

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

public:
 property bool WasUpdated { bool get(); };
bool WasUpdated();
public bool WasUpdated { get; }
var boolean = storeRateAndReviewResult.wasUpdated;
Public ReadOnly Property WasUpdated As Boolean

Property Value

Boolean

bool

True if the request made a successful update to their rating or review of the product, otherwise, false.

Applies to

See also