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

WithDVDLayers() 공개 메소드

Sets the DVDLayers property
public WithDVDLayers ( Decimal DVDLayers ) : ItemAttributes
DVDLayers Decimal DVDLayers property
리턴 ItemAttributes
        public ItemAttributes WithDVDLayers(Decimal DVDLayers)
        {
            this.DVDLayersField = DVDLayers;
            return this;
        }
ItemAttributes