TagNameAttribute Class

Definition

Defines the tag name to use for a logged parameter or property.

C#
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property)]
[System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0003", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
[System.Diagnostics.Conditional("CODE_GENERATION_ATTRIBUTES")]
public sealed class TagNameAttribute : Attribute
C#
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property)]
[System.Diagnostics.Conditional("CODE_GENERATION_ATTRIBUTES")]
public sealed class TagNameAttribute : Attribute
Inheritance
TagNameAttribute
Attributes

Constructors

TagNameAttribute(String)

Initializes a new instance of the TagNameAttribute class.

Properties

Name

Gets the name of the tag to be used when logging the parameter or property.

Applies to

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

See also