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

IsSetDepartment() public method

Checks if Department property is set
public IsSetDepartment ( ) : Boolean
return Boolean
        public Boolean IsSetDepartment()
        {
            return  this.departmentField != null;
        }
ItemAttributes