ProfileDetailsViewer.ShowSections Property
Gets or sets a value that indicates whether the ProfileDetailsViewer displays section properties.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ShowSections As Boolean
Get
Set
'Usage
Dim instance As ProfileDetailsViewer
Dim value As Boolean
value = instance.ShowSections
instance.ShowSections = value
public bool ShowSections { get; set; }
Property Value
Type: System.Boolean
true if the ProfileDetailsViewer displays section properties; otherwise, false. The default value is true.