Share via


AggregationWebPart.UserId property

Reserved for internal use only.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property UserId As String
    Get
    Set
'Usage
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

See also

Reference

AggregationWebPart class

AggregationWebPart members

Microsoft.SharePoint.WebPartPages namespace