Gets the IDs of the styles associated with this theme.
Namespace:
Dundas.BI.Entities.Views.Styles
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IList<Guid> StyleIds { get; }
Public ReadOnly Property StyleIds As IList(Of Guid)
Get
public:
property IList<Guid>^ StyleIds {
IList<Guid>^ get ();
}
member StyleIds : IList<Guid> with get
Property Value
Type:
IListGuid
The style IDs.
See Also