DisplayAttribute 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.
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. |