共用方式為


AggregationWebPart.UserId property

僅保留供內部使用。

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

Syntax

'宣告
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property UserId As String
    Get
    Set
'用途
Dim instance As AggregationWebPart
Dim value As String

value = instance.UserId

instance.UserId = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public string UserId { get; set; }

Property value

Type: System.String

請參閱

參照

AggregationWebPart class

AggregationWebPart members

Microsoft.SharePoint.WebPartPages namespace