Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator that can iterate through an LobSystemCollection object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 IEnumerator object that can be used to iterate through the LobSystem collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace