TimelineConnectionProviderAttribute class

Attribute to mark a method as a provider for the timeline

Inheritance hierarchy

System.Object
  System.Attribute
    System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute
      Microsoft.SharePoint.WebPartPages.TimelineConnectionProviderAttribute

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Method)> _
Public NotInheritable Class TimelineConnectionProviderAttribute _
    Inherits ConnectionProviderAttribute
'Usage
Dim instance As TimelineConnectionProviderAttribute
[AttributeUsageAttribute(AttributeTargets.Method)]
public sealed class TimelineConnectionProviderAttribute : ConnectionProviderAttribute

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

TimelineConnectionProviderAttribute members

Microsoft.SharePoint.WebPartPages namespace