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

WithDVDRWDescription() public méthode

Sets the DVDRWDescription property
public WithDVDRWDescription ( String DVDRWDescription ) : MerchantItemAttributes
DVDRWDescription String DVDRWDescription property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithDVDRWDescription(String DVDRWDescription)
        {
            this.DVDRWDescriptionField = DVDRWDescription;
            return this;
        }
MerchantItemAttributes