AggregationWebPart.UserId Property
Reserved for internal use only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Public Property UserId As String
Get
Set
'Usage
Dim instance As AggregationWebPart
Dim value As String
value = instance.UserId
instance.UserId = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
public string UserId { get; set; }
Property Value
Type: System.String