StoreRateAndReviewResult.WasUpdated 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 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.