Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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