Hi,
After looking at it more closely, I see it is not using that property, but instead is using a setting from Web.config
ContentRating.RateContent(
siteSettings.SiteGuid,
ContentGuid,
userGuid,
rating,
emailAddress,
txtComments.Text,
SiteUtils.GetIP4Address(),
WebConfigSettings.MinutesBetweenAnonymousRatings
);
I will remove the unused property.
Best,
Joe