Amazon.ECS.Model.CustomerReviews.IsSetAverageRating C# (CSharp) Method

IsSetAverageRating() public method

Checks if AverageRating property is set
public IsSetAverageRating ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetAverageRating()
        {
            return  this.averageRatingField != null;
        }