Amazon.ECS.Model.ListItem.IsSetQuantityReceived C# (CSharp) Method

IsSetQuantityReceived() public method

Checks if QuantityReceived property is set
public IsSetQuantityReceived ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetQuantityReceived()
        {
            return  this.quantityReceivedField != null;
        }