MetaTable.DisplayName 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 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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.