MetaTable::DisplayName Property

 

Gets the name of the table in a user-friendly format.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
property String^ DisplayName {
	virtual String^ get();
}

Property Value

Type: System::String^

The string that represents the user-friendly name of the table.

The value of this property defaults to the value of the Name property. You can customize the value of this property by using the System.ComponentModel::DisplayNameAttribute attribute.

.NET Framework
Available since 3.5
Return to top
Show: