SPObjectSharingInformationUser.User property

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

SPObjectSharingInformationUser members

Microsoft.SharePoint namespace