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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property EffectiveTitle As String
Get
'Usage
Dim instance As WebPart
Dim value As String
value = instance.EffectiveTitle
public string EffectiveTitle { get; }
Property Value
Type: System.String
A string containing the title of the Web Part including any disambiguation information, such as "WebPart [1]" and "WebPart [2]".
Remarks
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.