Share via


Permission.GetEnumerator Method

Gets an IEnumerator for iterating over the collection.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Function GetEnumerator As IEnumerator
'Usage
Dim instance As Permission
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()

Return Value

Type: System.Collections.IEnumerator
A System.IEnumerator

Implements

IEnumerable.GetEnumerator()

See Also

Reference

Permission Interface

Permission Members

GetEnumerator Overload

Microsoft.Office.Interop.InfoPath Namespace