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

IsSetReview() public method

Checks if Review property is set
public IsSetReview ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetReview()
        {
            return (Review.Count > 0);
        }