AggregationWebPart.UserId property
Reservado para uso interno apenas.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property UserId As String
Get
Set
'Uso
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