DisplayAttribute Class

Definition

Represents the Open Api Data type metadata attribute.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public class DisplayAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type DisplayAttribute = class
    inherit Attribute
Public Class DisplayAttribute
Inherits Attribute
Inheritance
DisplayAttribute
Attributes

Constructors

DisplayAttribute(String)

Initializes a new instance of the DisplayAttribute class.

Properties

Name

The display Name.

Applies to