AllowCustomizationAttribute Class

Note: This API is now obsolete.

Definition

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("Use AllowOverrides instead. (6.1)", true)]
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class AllowCustomizationAttribute : Attribute
Inheritance
Object    Attribute    AllowCustomizationAttribute

Constructors

AllowCustomizationAttributeInitializes a new instance of the AllowCustomizationAttribute class

See Also