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 (25.3.0.1000)
Syntaxpublic bool IsBuiltIn { get; }Public ReadOnly Property IsBuiltIn As Boolean
	Get
public:
property bool IsBuiltIn {
	bool get ();
}member IsBuiltIn : bool with get
Property Value
Type: 
Boolean if the attribute is built in; or 
 if it was user-created.
            
See Also