Share via


SPTimelineWebPart.TypeSelection property

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property TypeSelection As String
    Get
    Set
'Usage
Dim instance As SPTimelineWebPart
Dim value As String

value = instance.TypeSelection

instance.TypeSelection = value
[WebPartStorageAttribute(Storage.Shared)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string TypeSelection { get; set; }

Property value

Type: System.String

See also

Reference

SPTimelineWebPart class

SPTimelineWebPart members

Microsoft.SharePoint.WebPartPages namespace