UserRoleAssignment.Role property
Namespace: Microsoft.SharePoint.Client.Sharing
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Role As Role
Get
Set
'Usage
Dim instance As UserRoleAssignment
Dim value As Role
value = instance.Role
instance.Role = value
public Role Role { get; set; }
Property value
Type: Microsoft.SharePoint.Client.Sharing.Role