Web.EffectiveBasePermissions property

Gets a value that specifies the effective permissions that are assigned to the current user.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property EffectiveBasePermissions As BasePermissions
    Get
'Usage
Dim instance As Web
Dim value As BasePermissions

value = instance.EffectiveBasePermissions
public BasePermissions EffectiveBasePermissions { get; }

Property value

Type: Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions instance representing the effective permissions that are assigned to the current user.

Remarks

It must not be a null reference (Nothing in Visual Basic).

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace