SummaryLink.Title Property
Gets or sets the title text of this SummaryLink object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Title As String
Get
Set
'Usage
Dim instance As SummaryLink
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Property Value
Type: System.String
Title text of this SummaryLink object.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Invalid property value. The value cannot exceed 500 characters. |
Remarks
The title of a SummaryLink object identifies its link. Title applies to both People links and Web page links. For a People link, the title is set to the display name of the person. When setting the property value, the input is first stripped of leading and trailing white space before being applied. This value is accessible in the XSL style sheets through the @Title parameter.