Amazon.ECS.Model.Image.IsSetWidth C# (CSharp) Method

IsSetWidth() public method

Checks if Width property is set
public IsSetWidth ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetWidth()
        {
            return this.widthField != null;
        }