BuiltInResourceInfo Class

Represents built-in application resource information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AppResourcesAppResourceInfo
    Dundas.BI.AppResourcesBuiltInResourceInfo

Namespace: Dundas.BI.AppResources
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public sealed class BuiltInResourceInfo : AppResourceInfo

The BuiltInResourceInfo type exposes the following members.

Properties
 NameDescription
Public propertyBuiltInKindGets the kind of the built-in resource.
Public propertyModifiedTime Gets the modified time.
(Inherited from AppResourceInfo)
Public propertyModuleId Gets the module identifier.
(Inherited from AppResourceInfo)
Public propertyName Gets the name.
(Inherited from AppResourceInfo)
Public propertyResourceKind Gets the kind of the resource.
(Inherited from AppResourceInfo)
Public propertyTenantId Gets the tenant identifier.
(Inherited from AppResourceInfo)
Top
See Also