ObjectListTitleAttribute(String) Constructor

Definition

Initializes a new instance of the ObjectListTitleAttribute class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 ObjectListTitleAttribute(System::String ^ title);
public ObjectListTitleAttribute (string title);
new System.Web.UI.MobileControls.ObjectListTitleAttribute : string -> System.Web.UI.MobileControls.ObjectListTitleAttribute
Public Sub New (title As String)

Parameters

title
String

Initializes the Title property.

Remarks

Constructs a new ObjectListTitleAttribute object, initializing the Title property with the value of the title parameter.

Applies to

See also