SharedQdraManager.GetInstance Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function GetInstance ( _
CurrentPage As Page _
) As SharedQdraManager
'Usage
Dim CurrentPage As Page
Dim returnValue As SharedQdraManager
returnValue = SharedQdraManager.GetInstance(CurrentPage)
public static SharedQdraManager GetInstance(
Page CurrentPage
)
Parameters
- CurrentPage
Type: System.Web.UI.Page
Return Value
Type: Microsoft.Office.Server.Search.WebControls.SharedQdraManager