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.
Gets the user with whom a securable object is shared.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property User As SPUser
Get
Friend Set
'Usage
Dim instance As SPObjectSharingInformationUser
Dim value As SPUser
value = instance.User
public SPUser User { get; internal set; }
Property value
Type: Microsoft.SharePoint.SPUser
The user.
See also
Reference
SPObjectSharingInformationUser class