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 (24.3.0.1000)
Syntax public 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