SlideshowDataViewIds Property |
Gets the IDs of the Views that are in this slide show, in order.
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 = "viewIds", EmitDefaultValue = false)]
public IList<Guid> ViewIds { get; }
<DataMemberAttribute(Name := "viewIds", EmitDefaultValue := false)>
Public ReadOnly Property ViewIds As IList(Of Guid)
Get
public:
[DataMemberAttribute(Name = L"viewIds", EmitDefaultValue = false)]
property IList<Guid>^ ViewIds {
IList<Guid>^ get ();
}
[<DataMemberAttribute(Name = "viewIds", EmitDefaultValue = false)>]
member ViewIds : IList<Guid> with get
Property Value
Type:
IListGuid
The IDs of the Views.
See Also