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

IsSetGraphicsDescription() public method

Checks if GraphicsDescription property is set
public IsSetGraphicsDescription ( ) : Boolean
return Boolean
        public Boolean IsSetGraphicsDescription()
        {
            return  this.graphicsDescriptionField != null;
        }
ItemAttributes