共用方式為


SPTimelineWebPart.ListId property

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

Syntax

'宣告
<WebPartStorageAttribute(Storage.Shared)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property ListId As String
    Get
    Set
'用途
Dim instance As SPTimelineWebPart
Dim value As String

value = instance.ListId

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

Property value

Type: System.String

請參閱

參照

SPTimelineWebPart class

SPTimelineWebPart members

Microsoft.SharePoint.WebPartPages namespace