 | AllowCustomizationAttribute Class |
Note: This API is now obsolete.
Inheritance HierarchySystemObject
SystemAttribute
Ignition.Framework.EntitiesAllowCustomizationAttribute
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[ObsoleteAttribute("Use AllowOverrides instead. (6.1)", true)]
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class AllowCustomizationAttribute : Attribute<ObsoleteAttribute("Use AllowOverrides instead. (6.1)", true)>
<AttributeUsageAttribute(AttributeTargets.Class)>
Public NotInheritable Class AllowCustomizationAttribute
Inherits Attribute[ObsoleteAttribute(L"Use AllowOverrides instead. (6.1)", true)]
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class AllowCustomizationAttribute sealed : public Attribute
[<SealedAttribute>]
[<ObsoleteAttribute("Use AllowOverrides instead. (6.1)", true)>]
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type AllowCustomizationAttribute =
class
inherit Attribute
endThe AllowCustomizationAttribute type exposes the following members.
Constructors
See Also