MetaTable.DisplayName Property

Definition

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

public:
 property System::String ^ DisplayName { System::String ^ get(); };
public:
 virtual property System::String ^ DisplayName { System::String ^ get(); };
public string DisplayName { get; }
public virtual string DisplayName { get; }
member this.DisplayName : string
Public ReadOnly Property DisplayName As String
Public Overridable ReadOnly Property DisplayName As String

Property Value

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

Remarks

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.

Applies to