Afficher en anglais

Partage via


LogPropertyIgnoreAttribute Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Indicates that a tag should not be logged.

C#
[System.AttributeUsage(System.AttributeTargets.Property)]
[System.Diagnostics.Conditional("CODE_GENERATION_ATTRIBUTES")]
public sealed class LogPropertyIgnoreAttribute : Attribute
Inheritance
LogPropertyIgnoreAttribute
Attributes

Constructors

Applies to

Produit Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)

See also