ObjectSharingInformation.GetSharedWithUsers-Methode
Gibt die Liste der Benutzer zurück, mit denen ein Objekt gemeinsam genutzt wird.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) 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()
Rückgabewert
Typ: Microsoft.SharePoint.Client.ClientObjectList<ObjectSharingInformationUser>
Die Liste der Benutzer.
Siehe auch
Referenz
ObjectSharingInformation Klasse