RoleAssignment.Member 属性

Gets the user or group corresponding to the Role Assignment.

命名空间:  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 ReadOnly Property Member As Principal
    Get
用法
Dim instance As RoleAssignment
Dim value As Principal

value = instance.Member
public Principal Member { get; }

属性值

类型:Microsoft.SharePoint.Client.Principal
A Principal object that represents the user or group.

备注

It must not be 空引用(无 在 Visual Basic 中). The identifier of the user or group must be greater than zero.

另请参阅

引用

RoleAssignment 类

RoleAssignment 成员

Microsoft.SharePoint.Client 命名空间