SP.NavigationNode.title Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets value that specifies the anchor text for the navigation node link.
var value = SP.NavigationNode.get_title();
SP.NavigationNode.set_title(value);
Property Value
Type: String
Applies To
Remarks
It must not be null. Its length must be equal to or less than 256.