Show / Hide Table of Contents

Class FieldDisplayNameAttribute

An attribute representing the display name for a field. Useful for adding display names to attributes.

Inheritance
System.Object
FieldDisplayNameAttribute
Namespace: Microsoft.GNS.Roster
Assembly: Microsoft.GNS.Roster.Common.dll
Syntax
public class FieldDisplayNameAttribute : Attribute

Constructors

View Source

FieldDisplayNameAttribute(String)

Initializes a new instance of the FieldDisplayNameAttribute class.

Declaration
public FieldDisplayNameAttribute(string displayName)
Parameters
Type Name Description
System.String displayName

The display name of the field.

Properties

View Source

DisplayName

Gets the field display name.

Declaration
public string DisplayName { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX