CustomAttributeInfoIsBuiltIn 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 (26.2.0.1000)
Syntax
public bool IsBuiltIn { get; }

Property Value

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