DisplayAttribute::GetShortName Method ()
Returns the value of the ShortName property.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
Return Value
Type: System::String^The localized string for the ShortName property if the ResourceType property has been specified and if the ShortName property represents a resource key; otherwise, the non-localized value of the ShortName value property.
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. This property returns either the literal, non-localized string, or a localized string if ResourceType is not null.
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0