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 SourceFieldDisplayNameAttribute(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 SourceDisplayName
Gets the field display name.
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |