SearchResultsBaseWebPart._IsInDesigner Field
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