CategoryDetail.ShowTitle Property
Gets or sets a value that indicates whether the Web Part should display the category title.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ShowTitle As Boolean
Get
Set
'Usage
Dim instance As CategoryDetail
Dim value As Boolean
value = instance.ShowTitle
instance.ShowTitle = value
public bool ShowTitle { get; set; }
Property Value
Type: System.Boolean