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

IsSetSystemMemorySizeMax() public method

Checks if SystemMemorySizeMax property is set
public IsSetSystemMemorySizeMax ( ) : Boolean
return Boolean
        public Boolean IsSetSystemMemorySizeMax()
        {
            return this.systemMemorySizeMaxField != null;
        }
ItemAttributes