AnalysisStructureDataQueryHints Property  | 
 
            Gets the optional query hints the structure may support.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "queryHints")]
public IList<ComponentSettingData> QueryHints { get; }<DataMemberAttribute(EmitDefaultValue := false, Name := "queryHints")>
Public ReadOnly Property QueryHints As IList(Of ComponentSettingData)
	Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"queryHints")]
property IList<ComponentSettingData^>^ QueryHints {
	IList<ComponentSettingData^>^ get ();
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "queryHints")>]
member QueryHints : IList<ComponentSettingData> with get
Property Value
Type: 
IListComponentSettingDataThe query hints.
See Also