SearchStatsWebPart Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.SharePoint.Search.WebControls
Assembly: Microsoft.SharePoint.Search (in microsoft.sharepoint.search.dll)
Syntax
'Declaration
<XmlRootAttribute(Namespace:="urn:schemas-microsoft-com:SearchStatsWebPart")> _
<ComVisibleAttribute(False)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public NotInheritable Class SearchStatsWebPart
Inherits SearchWebPartLoc
'Usage
Dim instance As SearchStatsWebPart
[XmlRootAttribute(Namespace="urn:schemas-microsoft-com:SearchStatsWebPart")]
[ComVisibleAttribute(false)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
public sealed class SearchStatsWebPart : SearchWebPartLoc
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Panel
System.Web.UI.WebControls.WebParts.Part
System.Web.UI.WebControls.WebParts.WebPart
Microsoft.SharePoint.WebPartPages.WebPart
Microsoft.SharePoint.Search.WebControls.SearchWebPartLoc
Microsoft.SharePoint.Search.WebControls.SearchStatsWebPart
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SearchStatsWebPart Members
Microsoft.SharePoint.Search.WebControls Namespace