Amazon.ECS.Model.ItemAttributes.WithReleaseDate C# (CSharp) 메소드

WithReleaseDate() 공개 메소드

Sets the ReleaseDate property
public WithReleaseDate ( String releaseDate ) : ItemAttributes
releaseDate String ReleaseDate property
리턴 ItemAttributes
        public ItemAttributes WithReleaseDate(String releaseDate)
        {
            this.releaseDateField = releaseDate;
            return this;
        }
ItemAttributes