ObjectSharingInformation.GetSharedWithUsers 方法

获取或设置一个值,该值指定客户端应用程序可用于确定是否显示列表的标记。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Function GetSharedWithUsers As ClientObjectList(Of ObjectSharingInformationUser)
用法
Dim instance As ObjectSharingInformation
Dim returnValue As ClientObjectList(Of ObjectSharingInformationUser)

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

返回值

类型:Microsoft.SharePoint.Client.ClientObjectList<ObjectSharingInformationUser>
用户的列表。

另请参阅

引用

ObjectSharingInformation 类

ObjectSharingInformation 成员

Microsoft.SharePoint.Client 命名空间