次の方法で共有


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 null 参照 (Visual Basic のNothing ). The identifier of the user or group must be greater than zero.

関連項目

参照先

RoleAssignment クラス

RoleAssignment メンバー

Microsoft.SharePoint.Client 名前空間