共用方式為


SPTimelineWebPart.TypeSelection property

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

Syntax

'宣告
<WebPartStorageAttribute(Storage.Shared)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property TypeSelection As String
    Get
    Set
'用途
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

請參閱

參照

SPTimelineWebPart class

SPTimelineWebPart members

Microsoft.SharePoint.WebPartPages namespace