UserContext.profile Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls.WSRPWebService
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property profile As UserProfile
Get
Set
'Usage
Dim instance As UserContext
Dim value As UserProfile
value = instance.profile
instance.profile = value
public UserProfile profile { get; set; }
Property Value
Type: Microsoft.SharePoint.Portal.WebControls.WSRPWebService.UserProfile
See Also
Reference
Microsoft.SharePoint.Portal.WebControls.WSRPWebService Namespace