Gets or sets a brief phrase that summarizes what the part control does, for use in ToolTips and catalogs of part controls.
Documentation for this section has not yet been entered.
The Part.Description property is typically a string that is used in catalogs that provide lists of part controls, and as a ToolTip in the part control's title bar. The content of the Part.Description appears in a ToolTip when you position your mouse pointer over the title text in a part control's title bar. The ToolTip text is created from the value of the WebPart.DisplayTitle property, followed by a hyphen, followed by the Part.Description property value.
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.