Gets the style associated with this theme. This is because usually the client needs them, and doing 2 calls is unnecessary.
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 = "styles", EmitDefaultValue = false)]
public IList<StyleData> Styles { get; }
<DataMemberAttribute(Name := "styles", EmitDefaultValue := false)>
Public ReadOnly Property Styles As IList(Of StyleData)
Get
public:
[DataMemberAttribute(Name = L"styles", EmitDefaultValue = false)]
property IList<StyleData^>^ Styles {
IList<StyleData^>^ get ();
}
[<DataMemberAttribute(Name = "styles", EmitDefaultValue = false)>]
member Styles : IList<StyleData> with get
Property Value
Type:
IListStyleData
The styles.
See Also