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

IsSetGenre() public method

Checks if Genre property is set
public IsSetGenre ( ) : Boolean
return Boolean
        public Boolean IsSetGenre()
        {
            return  this.genreField != null;
        }
ItemAttributes