UserSharingResult.AllowedRoles property
Namespace: Microsoft.SharePoint.Client.Sharing
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AllowedRoles As IEnumerable(Of Role)
Get
'Usage
Dim instance As UserSharingResult
Dim value As IEnumerable(Of Role)
value = instance.AllowedRoles
public IEnumerable<Role> AllowedRoles { get; }
Property value
Type: System.Collections.Generic.IEnumerable<Role>