Share via


BdcAccessControlList.EnableSystemAccess property

This property indicates a special Ace being added to the metadataobject. The Ace represents all SYSTEM accounts in sharepoint like content app pool account , timerjob account would have execute rights on the given object. This Ace is only for special scenarios and should not be exposed in the xml metadata model. Important point to note This right is only Execute. Any access check happerning on the admin OM for Edit scenarios is not affected at all

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EnableSystemAccess As Boolean
    Get
    Set
'Usage
Dim instance As BdcAccessControlList
Dim value As Boolean

value = instance.EnableSystemAccess

instance.EnableSystemAccess = value
public bool EnableSystemAccess { get; set; }

Property value

Type: System.Boolean

See also

Reference

BdcAccessControlList class

BdcAccessControlList members

Microsoft.SharePoint.BusinessData.Infrastructure namespace