ObjectListField.Title 属性
定义
获取或设置指定字段的标题。Gets or sets the title of the specified field. 默认值为空的 string。The default value is an empty string. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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
属性值
对象列表字段的标题。The title of the object list field.
注解
对于支持独立于页面内容的标题的设备,可以将标题呈现为窗体的一部分。For devices that support a title separate from the page content, you can render the title as part of the form.