Share via


WebPartZone.Title property

NOTE: This API is now obsolete.

Gets or sets the friendly name used in the Web Parts page designer and FrontPage to denote a zone to the user. This property can also specify a localization string.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use DisplayTitle instead.")> _
Public Property Title As String
    Get
    Set
'Usage
Dim instance As WebPartZone
Dim value As String

value = instance.Title

instance.Title = value
[ObsoleteAttribute("Use DisplayTitle instead.")]
public string Title { get; set; }

Property value

Type: System.String
String   Contains the friendly name or a localized string representing the title of a zone.

See also

Reference

WebPartZone class

WebPartZone members

Microsoft.SharePoint.WebPartPages namespace