Amazon.ECS.Model.MerchantItemAttributes.WithTheatricalReleaseDate C# (CSharp) Метод

WithTheatricalReleaseDate() публичный Метод

Sets the TheatricalReleaseDate property
public WithTheatricalReleaseDate ( String theatricalReleaseDate ) : MerchantItemAttributes
theatricalReleaseDate String TheatricalReleaseDate property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithTheatricalReleaseDate(String theatricalReleaseDate)
        {
            this.theatricalReleaseDateField = theatricalReleaseDate;
            return this;
        }
MerchantItemAttributes