ObjectListField.Title プロパティ

定義

指定したフィールドのタイトルを取得または設定します。 既定値は空の string です。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
member this.Title : string with get, set
Public Property Title As String

プロパティ値

オブジェクト リスト フィールドのタイトル。

注釈

ページ コンテンツとは別のタイトルをサポートするデバイスの場合は、フォームの一部としてタイトルをレンダリングできます。

適用対象

こちらもご覧ください