List.EffectiveBasePermissions-Eigenschaft
Gets a value that specifies the effective permissions on the list that are assigned to the current user.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EffectiveBasePermissions As BasePermissions
Get
'Usage
Dim instance As List
Dim value As BasePermissions
value = instance.EffectiveBasePermissions
public BasePermissions EffectiveBasePermissions { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions instance representing the effective permissions on the list that are assigned to the current user.
Hinweise
It must not be ein Nullverweis (Nothing in Visual Basic).