BuiltInResourceInfo Class

Represents built-in application resource information.
Inheritance Hierarchy

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

The BuiltInResourceInfo type exposes the following members.

Properties
  NameDescription
Public propertyBuiltInKind
Gets 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