ThemeDataStyleIds Property  | 
 
            Gets the IDs of the styles associated with this theme.
            
 
    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(Name = "styleIds", EmitDefaultValue = false)]
public IList<Guid> StyleIds { get; }<DataMemberAttribute(Name := "styleIds", EmitDefaultValue := false)>
Public ReadOnly Property StyleIds As IList(Of Guid)
	Get
public:
[DataMemberAttribute(Name = L"styleIds", EmitDefaultValue = false)]
property IList<Guid>^ StyleIds {
	IList<Guid>^ get ();
}[<DataMemberAttribute(Name = "styleIds", EmitDefaultValue = false)>]
member StyleIds : IList<Guid> with get
Property Value
Type: 
IListGuid
            The style IDs.
            
See Also