WebPart.Title Property
Windows SharePoint Services 3
Gets or sets the title that appears in the title bar of a Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
[WebPartStorageAttribute(Storage=Storage.Personal)] [CategoryAttribute("Appearance")] [XmlElementAttribute("Title", IsNullable=false)] [DescriptionAttribute("Title")] public override string Title { get; set; }
Property Value
A string that specifies the title of the Web Part. The default value is System.Empty.This property can be personalized by individual users. Its WebPartStorageAttribute value is Storage.Personal, which specifies that the property can be stored on a per-user basis. Only users with the Personalize Web Part pages right can set this property. It can be set programmatically, or it can be set through the Web Part task pane in the personal view of the Web-based user interface, or by using a Windows SharePoint Services–compatible HTML editor, such as Microsoft Office SharePoint Designer 2007.