Illumina.BaseSpace.SDK.BaseSpaceClient.ListPropertyItems C# (CSharp) Method

ListPropertyItems() public method

Retrieve list of items for a multi-value property (property having a type ending in '[]'). Resulting list may require paging.
public ListPropertyItems ( ListPropertyItemsRequest request, IRequestOptions options = null ) : ListPropertyItemsResponse
request ListPropertyItemsRequest
options IRequestOptions
return ListPropertyItemsResponse
        public ListPropertyItemsResponse ListPropertyItems(ListPropertyItemsRequest request, IRequestOptions options = null)
        {
            return WebClient.Send(request, options);
        }