Share via


ObjectSharingInformation.GetSharedWithUsers method

Returns the list of users with whom an object is shared.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetSharedWithUsers As ClientObjectList(Of ObjectSharingInformationUser)
'Usage
Dim instance As ObjectSharingInformation
Dim returnValue As ClientObjectList(Of ObjectSharingInformationUser)

returnValue = instance.GetSharedWithUsers()
public ClientObjectList<ObjectSharingInformationUser> GetSharedWithUsers()

Return value

Type: Microsoft.SharePoint.Client.ClientObjectList<ObjectSharingInformationUser>
The list of users.

See also

Reference

ObjectSharingInformation class

ObjectSharingInformation members

Microsoft.SharePoint.Client namespace