PeopleSearchBoxEx.ShowSearchOptions Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("PeopleSearchBoxExToolPart_ShowSearchOptions_Text", _
"", "PeopleSearchBoxExToolPart_ShowSearchOptions_Text")> _
<BrowsableAttribute(True)> _
Public Property ShowSearchOptions As Boolean
Get
Set
'Usage
Dim instance As PeopleSearchBoxEx
Dim value As Boolean
value = instance.ShowSearchOptions
instance.ShowSearchOptions = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("PeopleSearchBoxExToolPart_ShowSearchOptions_Text",
"", "PeopleSearchBoxExToolPart_ShowSearchOptions_Text")]
[BrowsableAttribute(true)]
public bool ShowSearchOptions { get; set; }
Property Value
Type: System.Boolean