Share via


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.

See also

Reference

ProfileDetailsViewer class

ProfileDetailsViewer members

Microsoft.SharePoint.Portal.WebControls namespace