CubePerspectiveProviderItems Property  | 
 
            Gets the provider items.
            
 
    Namespace: 
   Dundas.BI.Entities.CubePerspectives
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyCollection<ProviderItem> ProviderItems { get; }Public ReadOnly Property ProviderItems As IReadOnlyCollection(Of ProviderItem)
	Get
public:
property IReadOnlyCollection<ProviderItem^>^ ProviderItems {
	IReadOnlyCollection<ProviderItem^>^ get ();
}member ProviderItems : IReadOnlyCollection<ProviderItem> with get
Property Value
Type: 
IReadOnlyCollectionProviderItem
            The provider items.
            
See Also