/// <summary>
 /// Retrieve list of items for a multi-value property (property having a type ending in '[]'). Resulting list may require paging.
 /// </summary>
 public ListPropertyItemsResponse ListPropertyItems(ListPropertyItemsRequest request, IRequestOptions options = null)
 {
     return WebClient.Send(request, options);
 }
Пример #2
0
 /// <summary>
 /// Retrieve list of items for a multi-value property (property having a type ending in '[]'). Resulting list may require paging.
 /// </summary>
 public ListPropertyItemsResponse ListPropertyItems(ListPropertyItemsRequest request, IRequestOptions options = null)
 {
     return(WebClient.Send(request, options));
 }