AllowCustomizationAttribute Class
Note: This API is now obsolete.
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[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
end
- Inheritance
- Object Attribute AllowCustomizationAttribute