ParameterPlaceholderOptionsStringValues 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.3.0.1000)
Syntax [DataMemberAttribute(Name = "stringValues", EmitDefaultValue = false)]
public IList<string> StringValues { get; }
<DataMemberAttribute(Name := "stringValues", EmitDefaultValue := false)>
Public ReadOnly Property StringValues As IList(Of String)
Get
public:
[DataMemberAttribute(Name = L"stringValues", EmitDefaultValue = false)]
property IList<String^>^ StringValues {
IList<String^>^ get ();
}
[<DataMemberAttribute(Name = "stringValues", EmitDefaultValue = false)>]
member StringValues : IList<string> with get
Property Value
Type:
IListStringSee Also