DisplayAttribute.ShortName Property
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.
Gets or sets a value that is used for the grid column label.
public:
property System::String ^ ShortName { System::String ^ get(); void set(System::String ^ value); };
public string ShortName { get; set; }
public string? ShortName { get; set; }
member this.ShortName : string with get, set
Public Property ShortName As String
Property Value
A value that is for the grid column label.
Remarks
The short name is used as the grid column label for a UI element that is bound to the property that is annotated with this attribute. The Dynamic Data Insert.aspx and Edit.aspx page templates use the ShortName for the field label. This property returns the localized string for ResourceType if the ResourceType property has been specified and if the ShortName property represents a resource key. If the ResourceType property has not been specified or if the ShortName property is not a resource key, this property returns a non-localized string.