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

IsSetProductCodes() private method

private IsSetProductCodes ( ) : bool
return bool
        internal bool IsSetProductCodes()
        {
            return this._productCodes != null && this._productCodes.Count > 0; 
        }