AskMeAboutWebPart.RequiresWebPartClientScript Method
Indicates whether the AskMeAboutWebPart has client-side script to register with the Web Part Page Services Component (WPSC) framework.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function RequiresWebPartClientScript As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.RequiresWebPartClientScript()
protected override bool RequiresWebPartClientScript()
Return Value
Type: System.Boolean
true if the AskMeAboutWebPart has client-side script to register with the WPSC framework; otherwise, false.
Remarks
This override returns false in all cases.