Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the title of specified the Web Part instance, including any disambiguation information added by the Web Part infrastructure.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property EffectiveTitle As String
Get
'Usage
Dim instance As WebPart
Dim value As String
value = instance.EffectiveTitle
public string EffectiveTitle { get; }
Type: System.String
A string containing the title of the Web Part including any disambiguation information, such as "WebPart [1]" and "WebPart [2]".
If two Web Parts on the same Web Part Page have the same title, the Web Part infrastructure appends a number after the title. For example, if two or more Web Parts that are named MyWebPart are added to a page, the Web Part infrastructure adds an incremented number in the following format: MyWebPart [1], MyWebPart [2], and so on. You can use the EffectiveTitle property to retrieve the title of a Web Part including this incremented number.
Please sign in to use this experience.
Sign in