Share via


WebPart.TitleUrl property

Gets or sets a value that specifies a URL to supplemental information about a Web Part.

Namespace:  Microsoft.SharePoint.Client.WebParts
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property TitleUrl As String
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As String

value = instance.TitleUrl

instance.TitleUrl = value
public string TitleUrl { get; set; }

Property value

Type: System.String
Returns a String instance representing a URL to supplemental information about a Web Part.

Remarks

If this property is set to a null reference (Nothing in Visual Basic), the title URL of the Web Part must instead be reset to its default value if one is specified in the Web Part’s definition. The value of this property should be a valid URL, but the server may accept other strings without validating them.

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.Client.WebParts namespace