ListFormWebPart.CanRunAt method

Returns a value that indicates where the implementation of a connection interface can run.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function CanRunAt As ConnectionRunAt
'Usage
Dim instance As ListFormWebPart
Dim returnValue As ConnectionRunAt

returnValue = instance.CanRunAt()
public override ConnectionRunAt CanRunAt()

Return value

Type: Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt
One of the enumeration values that indicate where the implementation of a connection interface can run.

Remarks

This overrides always returns Server.

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace