Open this page in the API Guide

ExpressionPlaceholderData.StringValues Property

Gets the collection of string values for the parameter.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
[DataMemberAttribute(Name = "stringValues", EmitDefaultValue = false)]
public IList<string> StringValues { get; }

Property Value

Type: IList<String>
See Also