BrowseSites.ShowBullets Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ResourcesAttribute("BrowseSitesWebpart_Property_ShowBullets_Text", "", _
"BrowseSitesWebpart_Property_ShowBullets_Description")> _
<WebPartStorageAttribute(Storage.Shared)> _
<ObsoleteAttribute("This class is obsolete.")> _
Public Property ShowBullets As Boolean
Get
Set
'Usage
Dim instance As BrowseSites
Dim value As Boolean
value = instance.ShowBullets
instance.ShowBullets = value
[ResourcesAttribute("BrowseSitesWebpart_Property_ShowBullets_Text", "",
"BrowseSitesWebpart_Property_ShowBullets_Description")]
[WebPartStorageAttribute(Storage.Shared)]
[ObsoleteAttribute("This class is obsolete.")]
public bool ShowBullets { get; set; }
Property Value
Type: System.Boolean