Свойство ListItem.EffectiveBasePermissions
Gets a value that specifies the effective permissions on the list item that are assigned to the current user.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property EffectiveBasePermissions As BasePermissions
Get
'Применение
Dim instance As ListItem
Dim value As BasePermissions
value = instance.EffectiveBasePermissions
public BasePermissions EffectiveBasePermissions { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions.instance representing the effective permissions on the list item that are assigned to the current user.
Замечания
It must not be пустая ссылка (Nothing в Visual Basic).