共用方式為


BlogLinksWebPart.ListId property

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

Syntax

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

value = instance.ListId

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

Property value

Type: System.Guid

請參閱

參照

BlogLinksWebPart class

BlogLinksWebPart members

Microsoft.SharePoint.WebPartPages namespace