MetaTable.DisplayName Proprietà

Definizione

Ottiene il nome della tabella in un formato descrittivo.

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

Valore della proprietà

String

Stringa che rappresenta il nome descrittivo della tabella.

Commenti

Il valore di questa proprietà viene impostato per impostazione predefinita sul valore della Name proprietà . È possibile personalizzare il valore di questa proprietà usando l'attributo System.ComponentModel.DisplayNameAttribute .

Si applica a