Compartilhar via


ProfileDetailsViewer.ShowSections property

Obtém ou define um valor que indica se o ProfileDetailsViewer exibe as propriedades de seção.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaração
Public Property ShowSections As Boolean
    Get
    Set
'Uso
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 se o ProfileDetailsViewer exibe as propriedades de seção; Caso contrário, false. O valor padrão é true.

Ver também

Referência

ProfileDetailsViewer class

ProfileDetailsViewer members

Microsoft.SharePoint.Portal.WebControls namespace