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)
Available in Sandboxed Solutions: No
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.