Amazon.ECS.Model.ItemAttributes.IsSetGraphicsMemorySize C# (CSharp) 메소드

IsSetGraphicsMemorySize() 공개 메소드

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