BdcAccessControlList.GetEnumerator Method
Returns an enumerator that iterates through the access control entries in the access control list (ACL).
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of IAccessControlEntry)
'Usage
Dim instance As BdcAccessControlList
Dim returnValue As IEnumerator(Of IAccessControlEntry)
returnValue = instance.GetEnumerator()
public IEnumerator<IAccessControlEntry> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<IAccessControlEntry>
An IEnumerator object for the ACL.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace