MetaColumn.DisplayName プロパティ

定義

データ フィールドの表示名を取得します。

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

プロパティ値

String

データ フィールドの表示名。

注釈

プロパティは、 DisplayName データフィールドが設定されている場合は、その表示名を返します。表示名が指定されていない場合はフィールド名を返します。 プロパティは、 DisplayName DisplayNameAttribute データフィールドに属性が適用されているかどうかをチェックすることによって、表示名が設定されているかどうかを確認します。

適用対象

こちらもご覧ください