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

IsSetMaximumColorDepth() public method

Checks if MaximumColorDepth property is set
public IsSetMaximumColorDepth ( ) : Boolean
return Boolean
        public Boolean IsSetMaximumColorDepth()
        {
            return  this.maximumColorDepthField != null;
        }
ItemAttributes