ObjectSharingInformation.SharedWithUsersCollection property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property SharedWithUsersCollection As ObjectSharingInformationUserCollection
Get
'Usage
Dim instance As ObjectSharingInformation
Dim value As ObjectSharingInformationUserCollection
value = instance.SharedWithUsersCollection
public ObjectSharingInformationUserCollection SharedWithUsersCollection { get; }
Property value
Type: Microsoft.SharePoint.Client.ObjectSharingInformationUserCollection
See also
Reference
ObjectSharingInformation class