Пример #1
0
 /// <summary>
 /// Sets the SearchResultsMap property
 /// </summary>
 /// <param name="searchResultsMap">SearchResultsMap property</param>
 /// <returns>this instance</returns>
 public Items WithSearchResultsMap(SearchResultsMap searchResultsMap)
 {
     this.searchResultsMapField = searchResultsMap;
     return this;
 }