InternalAttribute Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Indicates that the field or property should not exposed when the raised to an EventSource.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple := False)> _
PublicNotInheritableClassInternalAttribute _
    Inherits IgnoreMemberAttribute
[AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
publicsealedclassInternalAttribute : IgnoreMemberAttribute
[AttributeUsageAttribute(AttributeTargets::Property|AttributeTargets::Field, AllowMultiple = false)]
publicref classInternalAttributesealed : public IgnoreMemberAttribute
publicfinalclass InternalAttribute extends IgnoreMemberAttribute

Inheritance Hierarchy

System.Object
  System.Attribute
    System.Management.Instrumentation.IgnoreMemberAttribute
      Microsoft.Practices.EnterpriseLibrary.Logging.InternalAttribute

See Also

InternalAttribute Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.