SP.WebParts.WebPart.title Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the title of a Web Part.
var value = SP.WebParts.WebPart.get_title();
SP.WebParts.WebPart.set_title(value);
Property Value
Type: String
Applies To
Remarks
If this property is set to null, the title of the Web Part must instead be reset to its default value if one is specified in the Web Part’s definition.