Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the Web Part is loaded in SharePoint Designer.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected _IsInDesigner As Boolean
'Usage
Dim value As Boolean
value = Me._IsInDesigner
Me._IsInDesigner = value
protected bool _IsInDesigner
Remarks
Returns true if the Web Part is in SharePoint Designer; otherwise, false.
See Also
Reference
SearchResultsBaseWebPart Class