GetCustomValuesOptionsSettings Property |
Gets the settings.
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 = "settings", EmitDefaultValue = false)]
public IList<ParameterValueData> Settings { get; }
<DataMemberAttribute(Name := "settings", EmitDefaultValue := false)>
Public ReadOnly Property Settings As IList(Of ParameterValueData)
Get
public:
[DataMemberAttribute(Name = L"settings", EmitDefaultValue = false)]
property IList<ParameterValueData^>^ Settings {
IList<ParameterValueData^>^ get ();
}
[<DataMemberAttribute(Name = "settings", EmitDefaultValue = false)>]
member Settings : IList<ParameterValueData> with get
Property Value
Type:
IListParameterValueData
The settings.
See Also