Amazon.EC2.Model.PriceSchedule.IsSetPrice C# (CSharp) Method

IsSetPrice() private method

private IsSetPrice ( ) : bool
return bool
        internal bool IsSetPrice()
        {
            return this._price.HasValue; 
        }