OmitCustomAttributesPropertyAttribute Class
This attribute supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
Public Class OmitCustomAttributesPropertyAttribute _
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public class OmitCustomAttributesPropertyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class OmitCustomAttributesPropertyAttribute : public Attribute
public class OmitCustomAttributesPropertyAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.OmitCustomAttributesPropertyAttribute
See Also
OmitCustomAttributesPropertyAttribute Members
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace