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