Compartir a través de


: CategoryDetail.ShowTitle (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<ResourcesAttribute("Webpart_Property_ShowTitle_Text", "Webpart__Custome_Property_Text", "Webpart_Property_ShowTitle_Description")> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(False)> _
Public Property ShowTitle As Boolean
'Uso

                      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)] 
[DefaultValueAttribute(false)] 
public bool ShowTitle { get; set; }

Vea también

Referencia

CategoryDetail (Clase)
CategoryDetail (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)