SlideshowViewIds Property  | 
 
            Gets the IDs of the Views that are in this slide show, in order.
            
 
    Namespace: 
   Dundas.BI.Entities.Views.Slideshows
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<Guid> ViewIds { get; }Public ReadOnly Property ViewIds As IList(Of Guid)
	Get
public:
property IList<Guid>^ ViewIds {
	IList<Guid>^ get ();
}member ViewIds : IList<Guid> with get
Property Value
Type: 
IListGuid
            The IDs of the Views.
            
See Also