BdcAccessControlList.IEnumerable.GetEnumerator Method
Gets an enumerator to iterate over the access control entries (ACEs) in the access control list (ACL).
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Usage
Dim instance As BdcAccessControlList
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()
Return Value
Type: System.Collections.IEnumerator
An IEnumerator object for the ACL.