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

IsSetCountry() public method

Checks if Country property is set
public IsSetCountry ( ) : Boolean
return Boolean
        public Boolean IsSetCountry()
        {
            return  this.countryField != null;
        }
ItemAttributes