Amazon.ECS.Model.ItemAttributes.WithRecorderTrackCount C# (CSharp) Метод

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

Sets the RecorderTrackCount property
public WithRecorderTrackCount ( Decimal recorderTrackCount ) : ItemAttributes
recorderTrackCount Decimal RecorderTrackCount property
Результат ItemAttributes
        public ItemAttributes WithRecorderTrackCount(Decimal recorderTrackCount)
        {
            this.recorderTrackCountField = recorderTrackCount;
            return this;
        }
ItemAttributes