Amazon.ECS.Model.SellerLocation.IsSetCity C# (CSharp) Method

IsSetCity() public method

Checks if City property is set
public IsSetCity ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetCity()
        {
            return  this.cityField != null;
        }