ObjectSharingInformationUser.User property
Gets the user with whom a securable object is shared.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property User As User
Get
'Usage
Dim instance As ObjectSharingInformationUser
Dim value As User
value = instance.User
public User User { get; }
Property value
Type: Microsoft.SharePoint.Client.User
The user with whom a securable object is shared.
See also
Reference
ObjectSharingInformationUser class