Share via


SimpleFormWebPart.CanRunAt method

Overrides the WebPart.CanRunAt method.

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

Syntax

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

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

Return value

Type: Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt
One of the Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt values.

See also

Reference

SimpleFormWebPart class

SimpleFormWebPart members

Microsoft.SharePoint.WebPartPages namespace