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

IsSetGraphicsMemorySize() public method

Checks if GraphicsMemorySize property is set
public IsSetGraphicsMemorySize ( ) : Boolean
return Boolean
        public Boolean IsSetGraphicsMemorySize()
        {
            return this.graphicsMemorySizeField != null;
        }
ItemAttributes