LobSystemCollection.GetEnumerator Method
Gets an enumerator for the LobSystemCollection object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of LobSystem)
'Usage
Dim instance As LobSystemCollection
Dim returnValue As IEnumerator(Of LobSystem)
returnValue = instance.GetEnumerator()
public IEnumerator<LobSystem> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<LobSystem>
An enumerator for the LobSystemCollection object.
Implements
IEnumerable<T>.GetEnumerator()