Amazon.ECS.Model.ItemSearchRequest.WithTagSort C# (CSharp) Метод

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

Sets the TagSort property
public WithTagSort ( String tagSort ) : ItemSearchRequest
tagSort String TagSort property
Результат ItemSearchRequest
        public ItemSearchRequest WithTagSort(String tagSort)
        {
            this.tagSortField = tagSort;
            return this;
        }