WebPart.Caption Property
Windows SharePoint Services 3
NOTE: This property is now obsolete.
Gets or sets a string that is added following the title in the title bar of the Web Part. This property is intended for document names or other context-specific information. Namespace: Microsoft.SharePoint.WebPartPagesAssembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [WebPartStorageAttribute(Storage.None)] [ObsoleteAttribute("Use Subtitle instead.")] public string Caption { get; set; }
Property Value
A string value for the text caption that is displayed following the Title property in the title bar. The default value is String.Empty.The value of its WebPartStorageAttribute is Storage.None, which specifies that the property is not stored.