Gets a string that is concatenated with the WebPart.Title property value to form a complete title for a System.Web.UI.WebControls.WebParts.WebPart control.
Documentation for this section has not yet been entered.
Use the WebPart.Subtitle property optionally to return a standard subtitle string in your custom System.Web.UI.WebControls.WebParts.WebPart control that will be appended to the control's title.
If you provide a value for the WebPart.Subtitle property in a custom System.Web.UI.WebControls.WebParts.WebPart control, the Web Parts control set automatically appends it to the value of the WebPart.Title property to create a complete title for the control.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.