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