IAppResourceServiceGetBuiltInResourceInfos Method  | 
 Gets information about all the built-in resources.
 
    Namespace: 
   Dundas.BI.AppResources
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxICollection<BuiltInResourceInfo> GetBuiltInResourceInfos()
Function GetBuiltInResourceInfos As ICollection(Of BuiltInResourceInfo)
ICollection<BuiltInResourceInfo^>^ GetBuiltInResourceInfos()
abstract GetBuiltInResourceInfos : unit -> ICollection<BuiltInResourceInfo> 
Return Value
Type: 
ICollectionBuiltInResourceInfoThe collection of 
BuiltInResourceInfo of the built-in resources.
Exceptions
See Also