ProfileBrowser.OnlyShowHtmlView Property
Gets or sets a value indicating that only the HTML view of the ProfileBrowserWebPart is displayed.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property OnlyShowHtmlView As Boolean
Get
Set
'Usage
Dim instance As ProfileBrowser
Dim value As Boolean
value = instance.OnlyShowHtmlView
instance.OnlyShowHtmlView = value
public bool OnlyShowHtmlView { get; set; }
Property Value
Type: System.Boolean
True if only the HTML view of the ProfileBrowserWebPart is displayed; otherwise, false. The default value is false.