Amazon.ECS.Model.ItemAttributes.IsSetPackageQuantity C# (CSharp) Method

IsSetPackageQuantity() public method

Checks if PackageQuantity property is set
public IsSetPackageQuantity ( ) : Boolean
return Boolean
        public Boolean IsSetPackageQuantity()
        {
            return  this.packageQuantityField != null;
        }
ItemAttributes