Dela via


LogPropertyIgnoreAttribute Class

Definition

Indicates that a tag should not be logged.

public ref class LogPropertyIgnoreAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
[System.Diagnostics.Conditional("CODE_GENERATION_ATTRIBUTES")]
public sealed class LogPropertyIgnoreAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
[<System.Diagnostics.Conditional("CODE_GENERATION_ATTRIBUTES")>]
type LogPropertyIgnoreAttribute = class
    inherit Attribute
Public NotInheritable Class LogPropertyIgnoreAttribute
Inherits Attribute
Inheritance
LogPropertyIgnoreAttribute
Attributes

Constructors

LogPropertyIgnoreAttribute()

Applies to

See also