BrowseSites.ShowBullets Property
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ShowBullets As Boolean
Get
Set
'Usage
Dim instance As BrowseSites
Dim value As Boolean
value = instance.ShowBullets
instance.ShowBullets = value
public bool ShowBullets { get; set; }
Property Value
Type: System.Boolean