DataResultDataParameterValueCaptions Property |
Gets the public parameter value captions, if requested by the client.
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(EmitDefaultValue = false, Name = "parameterValueCaptions")]
public IList<KeyValuePairData> ParameterValueCaptions { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "parameterValueCaptions")>
Public ReadOnly Property ParameterValueCaptions As IList(Of KeyValuePairData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"parameterValueCaptions")]
property IList<KeyValuePairData^>^ ParameterValueCaptions {
IList<KeyValuePairData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "parameterValueCaptions")>]
member ParameterValueCaptions : IList<KeyValuePairData> with get
Property Value
Type:
IListKeyValuePairDataSee Also