Amazon.ECS.Model.MerchantItemAttributes.IsSetSupportedImageType C# (CSharp) Method

IsSetSupportedImageType() public method

Checks of SupportedImageType property is set
public IsSetSupportedImageType ( ) : Boolean
return Boolean
        public Boolean IsSetSupportedImageType()
        {
            return (SupportedImageType.Count > 0);
        }
MerchantItemAttributes