ObjectListField.Title プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象

こちらもご覧ください