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

WithDVDLayers() 공개 메소드

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