Amazon.EC2.Model.DescribeVolumeAttributeResult.IsSetProductCodes C# (CSharp) Method

IsSetProductCodes() private method

private IsSetProductCodes ( ) : bool
return bool
        internal bool IsSetProductCodes()
        {
            return this.productCodes.Count > 0;
        }
    }