CategoryDetail.ShowTitle Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ResourcesAttribute("Webpart_Property_ShowTitle_Text", "Webpart__Custome_Property_Text", _
"Webpart_Property_ShowTitle_Description")> _
<WebPartStorageAttribute(Storage.Shared)> _
<ObsoleteAttribute("This control is obsolete. Please use v3 field controls instead.")> _
Public Property ShowTitle As Boolean
Get
Set
'Usage
Dim instance As CategoryDetail
Dim value As Boolean
value = instance.ShowTitle
instance.ShowTitle = value
[ResourcesAttribute("Webpart_Property_ShowTitle_Text", "Webpart__Custome_Property_Text",
"Webpart_Property_ShowTitle_Description")]
[WebPartStorageAttribute(Storage.Shared)]
[ObsoleteAttribute("This control is obsolete. Please use v3 field controls instead.")]
public bool ShowTitle { get; set; }
Property Value
Type: System.Boolean