Open this page in the API Guide

CustomAttributeInfo.IsBuiltIn Property

Gets a value indicating whether the attribute is built into the application.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool IsBuiltIn { get; }

Property Value

Type: Boolean
true if the attribute is built in; or false if it was user-created.
See Also