DiscoveryWebControlBase class

The members of this namespace or class are reserved for internal use and are not intended to be used directly from your code.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.Office.Server.Discovery.WebControls.DiscoveryWebControlBase
        Microsoft.Office.Server.Discovery.WebControls.DiscoveryQueriesWebControl
        Microsoft.Office.Server.Discovery.WebControls.DiscoverySourcesWebControl

Namespace:  Microsoft.Office.Server.Discovery.WebControls
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public MustInherit Class DiscoveryWebControlBase _
    Inherits WebControl _
    Implements INamingContainer
'Usage
Dim instance As DiscoveryWebControlBase
public abstract class DiscoveryWebControlBase : WebControl, 
    INamingContainer

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

DiscoveryWebControlBase members

Microsoft.Office.Server.Discovery.WebControls namespace