Amazon.ECS.Model.MerchantItemAttributes.WithDVDLayers C# (CSharp) Méthode

WithDVDLayers() public méthode

Sets the DVDLayers property
public WithDVDLayers ( Decimal DVDLayers ) : MerchantItemAttributes
DVDLayers Decimal DVDLayers property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithDVDLayers(Decimal DVDLayers)
        {
            this.DVDLayersField = DVDLayers;
            return this;
        }
MerchantItemAttributes