SearchBoxEx.UseSiteDropDownMode Property
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property UseSiteDropDownMode As Boolean
Get
Set
'Usage
Dim instance As SearchBoxEx
Dim value As Boolean
value = instance.UseSiteDropDownMode
instance.UseSiteDropDownMode = value
public bool UseSiteDropDownMode { get; set; }
Property Value
Type: System.Boolean